Initial commit with .gitignore

develop
Hoshi 2024-08-20 17:57:27 +08:00
commit 595e90040d
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
*/*.iml
*.class
/.idea/*
*/.svn/*
/log/*
*/libraries/*