forgot to do small contribs lmao
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# gradle
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
|
||||
# intellij
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
|
||||
# eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
# vscode
|
||||
.vscode/
|
||||
|
||||
# macos
|
||||
.DS_Store
|
||||
|
||||
# plugin output
|
||||
*.jar
|
||||
|
||||
# database
|
||||
*.db
|
||||
*.db-journal
|
||||
|
||||
# logs
|
||||
logs/
|
||||
*.log
|
||||
Reference in New Issue
Block a user