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

30 lines
572 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