14 lines
141 B
Plaintext
14 lines
141 B
Plaintext
|
#
|
||
|
*.min.js
|
||
|
# Ignore node_modules directory
|
||
|
node_modules/
|
||
|
|
||
|
# Ignore compiled files
|
||
|
dist/
|
||
|
build/
|
||
|
out/
|
||
|
|
||
|
# Ignore specific files
|
||
|
*.log
|
||
|
.DS_Store
|