Initial commit with .gitignore

develop
Hoshi 2024-08-20 17:56:41 +08:00
commit af4d04276d
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

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