-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore_global
More file actions
153 lines (126 loc) · 1.85 KB
/
.gitignore_global
File metadata and controls
153 lines (126 loc) · 1.85 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Dotenv
.env
.env.development.local
.env.development
.env.test.local
.env.test
# Ruby
.gem_rbs_collection
.gemrc
.irb-history
.irb_history
# .overcommit.yml
.pry_history
.reek.yml
.rgignore
.rspec_parallel
.ruby-version
.solargraph.yml
.tool-versions
.yardoc
config/rails_best_practices.yml
db/backups/**/*
# db/data/**/*
lefthook.yml
.lefthook/**/*
rails.rb
vendor/**/*
!db/structure.sql
# Database
*.dump
*dump.gz
*.sqlite
*.sqldump
# Sonarcloud
.scannerwork
.sonar
sonar-project.properties
coverage
# ctags/gutentag
**/tags
**/tags.lock
**/tags.temp
**/*.tags.tmp
**/*.tags
# JavaScript
**/dist/**/*
**/node_modules/**/*
**/bower_components/**/*
.config/yarn/**/*
yarn.lock
.yarn/**/*
package-lock.json
# Elixir
.elixir_ls
_build/*
deps/*
# Yard
.yardopts
.yardoc/*
# Rubymine files
.generators
out.txt
# Miscellaneous/General
**/storage/**/*
*.map
tmux*
.scratchpads
default-env-vars.yml
deoplete.log
.tabnineignore
/doc/**/*
tmp/*
.metadata_never_index
*.code-workspace
.haml-lint.yml
.idea
.DS_Store*
.ehthumbs.db
Icon
Thumbs.db
*.log
*.dev
*_ignore.rb
# Docker mount
volume/**/*
compose
.bundle/plugin/**/*
##############################################
# Temporary
##############################################
public/assets_test
build
router.yaml
supergraph-config.yaml
supergraph.graphql
config/initializers/jay.rb
.config/zellij/layouts/**
.rustup
.git/**/*
.config/nvim/spell/**/*
.envrc
Gemfile.local
Gemfile.local.lock
# Generic catch-alls
**/*.ignore
**/*.jay
# Custom puma config
config/puma/development.rb
bin/dock
lib/tasks/dev.rake
lib/tasks/dev/**/*
# Put custom rubocop configs here, overrides local settings
.rubocop
log/*.*
docker-compose.extra.yml
bin/setup_docker
localbin/**/*
.config/cagent/**/*
.helix
.config/helix/runtime/**/*
bin/helix-gpt
# Custom local dev stuff for rails apps
lib/dev
.vscode
.config/bws/**/*
.config/.copilot/**/*