Initial repo commit
This commit is contained in:
81
.gitignore
vendored
Normal file
81
.gitignore
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# GRADLE
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
.gradle/
|
||||
build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# IDE
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# IntelliJ IDEA
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
out/
|
||||
|
||||
# Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
bin/
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# NetBeans
|
||||
nbproject/
|
||||
nbbuild/
|
||||
nbdist/
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# OS
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# JAVA
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.log
|
||||
hs_err_pid*
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# LIBGDX
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# Android (if added later)
|
||||
android/assets/
|
||||
android/libs/
|
||||
android/gen/
|
||||
android/bin/
|
||||
android/obj/
|
||||
android/local.properties
|
||||
|
||||
# iOS (if added later)
|
||||
ios/build/
|
||||
ios/libs/
|
||||
|
||||
# Native builds
|
||||
libs/
|
||||
jniLibs/
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# MISC
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.env
|
||||
.env.local
|
||||
local.properties
|
||||
Reference in New Issue
Block a user