fabric stable 1.3.0+1.21.11
This commit is contained in:
67
.gitignore
vendored
Normal file
67
.gitignore
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
classes/
|
||||
|
||||
# Eclipse
|
||||
*.launch
|
||||
.settings/
|
||||
.metadata/
|
||||
.classpath
|
||||
.project
|
||||
bin/
|
||||
|
||||
# IntelliJ IDEA
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Linux
|
||||
*~
|
||||
.directory
|
||||
|
||||
# Minecraft
|
||||
run/
|
||||
logs/
|
||||
crash-reports/
|
||||
server.properties
|
||||
eula.txt
|
||||
ops.json
|
||||
whitelist.json
|
||||
banned-ips.json
|
||||
banned-players.json
|
||||
usercache.json
|
||||
usernamecache.json
|
||||
|
||||
# Architectury
|
||||
common/run/
|
||||
fabric/run/
|
||||
neoforge/run/
|
||||
forge/run/
|
||||
|
||||
# Data generation
|
||||
*/build/datagen/
|
||||
|
||||
# Misc
|
||||
*.log
|
||||
*.swp
|
||||
*.swo
|
||||
*.tmp
|
||||
*.bak
|
||||
.cache/
|
||||
Reference in New Issue
Block a user