-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore_global
128 lines (109 loc) · 1.53 KB
/
.gitignore_global
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
# 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
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
##############################################
# Temporary
##############################################
chemical.jpeg
chemical.png
public/assets_test
build
router.yaml
supergraph-config.yaml
supergraph.graphql
config/initializers/jay.rb
.config/zellij/layouts/**
.rustup
.git/**/*
.config/nvim/lazy-lock.json
.config/nvim/spell/**/*
.envrc
Gemfile.local
Gemfile.local.lock
# Generic catch-alls
**/*.ignore
**/*.jay
# Custom puma config
config/puma/development.rb