Files
Web-NibblePoker/.gitignore
Herwin Bozet 1f352de8c6 Updated license text in IBAN and UUID generators to be in line with new ones
Update .gitignore, iban-generator.yml, uuid-generator.yml, and 4 more files
2025-09-21 23:06:17 +02:00

29 lines
290 B
Plaintext

# IDEs
.vs/
.idea/
# Build artifacts
__pycache__/
*.tar
# NodeJS' BS
node_modules/
scripts/package-lock.json
# Internal stuff
*.pdn
*.ai
*.private.*
tests/
# Temp
static/resources/DecimalJs*
static/resources/SortableJS
static/resources/Standalone
# Golang revamp
src/
bin/
app/
*.tmpl