23 lines
248 B
Plaintext
23 lines
248 B
Plaintext
# Ignore ISO and executable files
|
|
*.iso
|
|
*.exe
|
|
*.dll
|
|
|
|
# Ignore logs
|
|
*.log
|
|
|
|
# Ignore build and distribution directories
|
|
build/
|
|
dist/
|
|
node_modules/
|
|
|
|
# Python and Java artifacts
|
|
__pycache__/
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|