29 lines
290 B
Plaintext
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
|