mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
15 lines
226 B
Plaintext
15 lines
226 B
Plaintext
# Ignore node modules as they will be installed in the Dockerfile
|
|
node_modules/
|
|
|
|
# Ignore local configuration and cache files
|
|
.cache/
|
|
.config/
|
|
.DS_Store
|
|
|
|
# Ignore logs
|
|
*.log
|
|
|
|
# Ignore test and development files
|
|
*.md
|
|
*.test.js
|