janus/.gitignore

41 lines
822 B
Plaintext
Raw Normal View History

2021-11-13 03:20:13 +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'
2021-11-12 05:32:06 +00:00
2021-11-13 03:20:13 +00:00
# Ignore bundler config.
/.bundle
2021-11-12 05:32:06 +00:00
2021-11-13 03:20:13 +00:00
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
2021-11-12 05:32:06 +00:00
2021-11-13 03:20:13 +00:00
# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep
2021-11-12 05:32:06 +00:00
2021-11-13 03:20:13 +00:00
# Ignore uploaded files in development.
/storage/*
!/storage/.keep
2021-11-12 05:32:06 +00:00
2021-11-13 03:20:13 +00:00
/public/assets
.byebug_history
2021-11-12 05:32:06 +00:00
2021-11-13 03:20:13 +00:00
# Ignore master key for decrypting credentials and more.
/config/master.key
2021-11-12 05:32:06 +00:00
2021-11-13 03:20:13 +00:00
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
2021-11-12 05:32:06 +00:00
2021-11-13 03:20:13 +00:00
# ignore environment variables
2021-12-10 19:22:15 +00:00
.env
vendor/
result