blob: 3335a5cad0e03011de30f8c3d7cbe10bfd983a71 (
plain) (
tree)
|
|
# Ignore bundler config
/.bundle
# Ignore the build directory
/build
# Ignore cache
/.sass-cache
/.cache
# Ignore .DS_store file
.DS_Store
# Ignore node modules
/node_modules
# PaaS authentication file
Staticfile.auth
# Ignore VSCode files
*.code-workspace
db.sqlite3
|