-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (41 loc) · 751 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (41 loc) · 751 Bytes
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
# Ignore bundler config
/.bundle
# Ignore all logfiles and tempfiles
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
access_logs.html
# Ignore pidfiles, but keep the directory
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep
# Ignore uploaded files in development
/storage/*
!/storage/.keep
/public/assets
.byebug_history
.claude
# Ignore keys for decrypting credentials
/config/*.key
/config/credentials.yml.enc
/config/credentials/*.key
/config/credentials/development.yml.enc
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# Maxmind databases
**/*.mmdb
# CSS builds
/app/assets/builds/*
# FAA products cache
.faa_cache/*
# Terraform
terraform.tfvars
*.tfstate
*.tfstate.backup
*.tfstate.*.backup
.terraform/