Files
TFMC-resource-pack/.gitignore
2025-10-03 18:38:19 +02:00

19 lines
195 B
Plaintext

# Build artifacts
*.zip
*.sha1
# OS junk
.DS_Store
Thumbs.db
# Editors/IDE
.vscode/
.idea/
# Node, Python, etc. (in case future tooling is added)
node_modules/
dist/
build/
__pycache__/
*.pyc