5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-12 17:40:48 +00:00
panel/.gitignore

42 lines
781 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/*
2019-07-29 18:15:23 +00:00
/data/*
2019-07-03 23:25:23 +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
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
2019-09-18 20:25:45 +00:00
/vendor