Initial commit with .gitignore

develop
Hoshi 2024-05-18 16:48:51 +08:00
commit f1b2fed9ab
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
*/target/*
*/.settings/*
*.classpath
*.project
*.prefs
*.class
*.iml
/.idea/*
*/.svn/*
/target/
/logs/