first init
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
|
||||
# Loom / Mod Dev Gradle caches
|
||||
.loom-cache/
|
||||
.mache/
|
||||
|
||||
# Run directories (generated by runClient/runServer)
|
||||
run/
|
||||
|
||||
# IDE — IntelliJ IDEA
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
||||
|
||||
# IDE — Eclipse
|
||||
bin/
|
||||
eclipse/
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
# IDE — VS Code
|
||||
.vscode/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
|
||||
# Local overrides
|
||||
local.properties
|
||||
gradle-app.setting
|
||||
Reference in New Issue
Block a user