web/.gitignore

53 lines
817 B
Plaintext
Raw Normal View History

2016-12-06 02:33:27 +03:00
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
.eslintcache
2016-12-06 02:33:27 +03:00
# OS & IDE
.DS_Store
.idea
2016-12-06 02:33:27 +03:00
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
2016-12-18 08:24:28 +03:00
/config/cap.yml
2016-12-06 02:33:27 +03:00
/app/assets/templates/generated/
/node_modules
/.sass-cache
# Ignore ENV variables config
.env
.ssh
dump.rdb
# Ignore compiled assets
/public/assets
# Ignore robots.txt - generated before image creation
/public/robots.txt
2016-12-06 02:33:27 +03:00
# Ignore user uploads
/public/uploads/*
!/public/uploads/.keep
2020-01-31 19:25:03 +03:00
.vscode
2021-10-23 00:09:26 +03:00
/dist
# Yarn
yarn-error.log
package-lock.json
codeqldb