-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (64 loc) · 1.34 KB
/
Copy path.gitignore
File metadata and controls
84 lines (64 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# 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 docker compose overrides
/docker-compose.override.yml
# Ignore bundler config.
.bundle
vendor/bundle
# Used by direnv
/.envrc
# NOTE .env.{development,production} is checked into git
.env.development.local
# Ignore the default SQLite database.
db/*.sqlite3
db/*.sqlite3-journal
# Ignore all logfiles and most tempfiles.
log/*.log
tmp/cache
tmp/pids
tmp/sass-cache
tmp/binlog
tmp/rspec_guard_result
tmp/capybara
tmp/miniprofiler
tmp/sitemaps
tmp/boundaries
tmp/restart.txt
tmp/storage
# test coverage reports
coverage
storage/*
rerun.txt
webrat.log
.DS_Store
planningalerts-app.sublime-workspace
planningalerts-app.sublime-project
#IntelliJ and other IDEs
/.aider*
/.idea
*.iml
.generators
.rakeTasks
.vscode*
# Ignore vim files:
*~
*.swp
*.swo
# Ignore patch files
*.patch
*.rej
# Ignore Byebug command history file.
.byebug_history
/app/assets/builds/*
!/app/assets/builds/.keep
/config/credentials/production.key
/config/credentials/development.key
tmp/flipper.pstore
tmp/local_secret.txt
# Temp files
*.bak
# rspec reports
/.rspec_status