1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/.gitignore

46 lines
911 B
Plaintext
Raw Normal View History

2018-11-22 20:13:10 +00:00
# See https://help.github.com/articles/ignoring-files
# for more about ignoring files.
2018-11-22 19:33:08 +00:00
#
# 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.
2018-11-22 20:15:08 +00:00
/.bundle/
2018-11-22 19:33:08 +00:00
2018-12-03 12:51:04 +00:00
# Ignore documentation.
/doc/
/.yardoc/
2018-11-22 19:33:08 +00:00
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
2018-11-22 20:13:10 +00:00
# Ignore uploaded files in development.
2018-11-22 19:33:08 +00:00
/storage/*
!/storage/.keep
2019-09-30 10:45:37 +00:00
# Ignore Yarn and NPM related files.
/node_modules/
2018-11-22 19:33:08 +00:00
/yarn-error.log
2020-01-15 12:42:46 +00:00
/yarn-debug.log*
/.yarn-integrity
2018-11-22 19:33:08 +00:00
2019-09-30 10:45:37 +00:00
# Ignore generated files.
2018-11-22 20:15:08 +00:00
/public/assets/
2020-01-15 12:42:46 +00:00
/public/packs
/public/packs-test
2018-11-22 20:15:08 +00:00
/.byebug_history
/.rake_tasks~
2018-11-22 20:22:11 +00:00
/coverage/
2018-12-02 21:18:00 +00:00
/erd.pdf
2018-11-22 19:33:08 +00:00
# Ignore master key for decrypting credentials and more.
/config/master.key
2018-11-22 20:13:10 +00:00
# Ignore local RSpec configuration and state file.
/.rspec
/spec/examples.txt