Initial commit with .gitignore

develop
Hoshi 2024-05-18 16:48:37 +08:00
commit 7dcbb80de1
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/*