i forgot to make small contributions
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# gradle
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
|
||||
# intellij
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
# vscode
|
||||
.vscode/
|
||||
|
||||
# macos
|
||||
.DS_Store
|
||||
|
||||
# logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user