Initial commit with .gitignore

develop
Hoshi 2024-05-31 13:28:26 +08:00
commit 5cbde06a87
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/