You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|