Create .gitignore
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# Maven target directory
|
||||||
|
/target/
|
||||||
|
|
||||||
|
# IDE files
|
||||||
|
/.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Config files
|
||||||
|
config.yml
|
||||||
|
|
||||||
|
# Libs
|
||||||
|
/lib/*.jar
|
||||||
|
!lib/Client-1.11.9-Release-all.jar
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
*.class
|
||||||
Reference in New Issue
Block a user