2019-08-14 09:48:44 +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
|
2020-10-27 20:44:36 +00:00
|
|
|
*.mmdb
|
2019-08-14 09:48:44 +00:00
|
|
|
|
|
|
|
# Ignore Byebug command history file.
|
|
|
|
.byebug_history
|
|
|
|
.DS_Store
|
|
|
|
*.log
|
|
|
|
# Ignore application configuration
|
|
|
|
node_modules
|
2020-09-21 17:14:22 +00:00
|
|
|
master.key
|
2019-08-15 17:38:36 +00:00
|
|
|
*.rdb
|
2019-08-17 19:14:44 +00:00
|
|
|
|
|
|
|
# Ignore env files
|
|
|
|
.env
|
2019-08-17 20:23:55 +00:00
|
|
|
|
|
|
|
public/uploads
|
2019-12-09 04:49:09 +00:00
|
|
|
public/packs*
|
2019-10-06 14:10:02 +00:00
|
|
|
|
2019-10-14 18:48:46 +00:00
|
|
|
# VIM files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*.un~
|
|
|
|
.jest-cache
|
2020-02-23 07:24:29 +00:00
|
|
|
|
2019-10-06 14:10:02 +00:00
|
|
|
# ignore jetbrains IDE files
|
2019-10-14 18:48:46 +00:00
|
|
|
.idea
|
2019-10-28 17:47:14 +00:00
|
|
|
|
|
|
|
# coverage report
|
|
|
|
buildreports
|
|
|
|
coverage
|
2019-12-15 11:29:12 +00:00
|
|
|
|
|
|
|
/storage
|
2019-12-22 17:23:18 +00:00
|
|
|
|
|
|
|
# ignore packages
|
|
|
|
node_modules
|
2020-03-08 16:38:25 +00:00
|
|
|
package-lock.json
|
|
|
|
|
|
|
|
*.dump
|
2020-07-21 14:41:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
# cypress
|
2020-10-31 18:44:33 +00:00
|
|
|
test/cypress/videos/*
|
2021-01-15 07:51:53 +00:00
|
|
|
|
|
|
|
/config/master.key
|
2022-10-12 18:02:24 +00:00
|
|
|
/config/*.enc
|