panel/.gitignore

55 lines
899 B
Plaintext
Raw Normal View History

2018-01-02 17:19:25 +00: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'
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/node_modules
/yarn-error.log
.byebug_history
2018-02-20 17:47:11 +00:00
/_sites/*
/_deploy/*
/_private/*
2019-07-29 18:15:23 +00:00
/data/*
2020-05-26 22:26:19 +00:00
/_storage/*
2019-07-29 18:15:23 +00:00
2024-01-10 20:04:53 +00:00
.env.*
2019-07-29 19:21:16 +00:00
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/credentials.yml.enc
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
2019-09-18 20:25:45 +00:00
/vendor
*.key
*.crt
2020-11-19 23:35:29 +00:00
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
2024-01-08 18:34:44 +00:00
/.task
2024-01-08 20:13:43 +00:00
/.yardoc
/public/doc/