Files
standardnotes-app-web/.gitignore
Laurent Senta c27dce1ab7 style: with prettier (#762)
* style: use pretty quick on staged files

* style: test edit utils

* style: try with lint-staged

* style: test lint application
2021-12-06 15:27:18 +01:00

53 lines
817 B
Plaintext

# 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
# OS & IDE
.DS_Store
.idea
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
/config/cap.yml
/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
# Ignore user uploads
/public/uploads/*
!/public/uploads/.keep
.vscode
/dist
# Yarn
yarn-error.log
package-lock.json
codeqldb