-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_gitignore
118 lines (90 loc) · 1.21 KB
/
dot_gitignore
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
# my temporary folder
# the 'x' files .. copied from a thread somewhere in HN
*/.x/*
.x/*
.x/
# general
.DS_Store
*.sw[nop]
.bundle
.byebug_history
.env
db/*.sqlite3
log/*.log
*.log
rerun.txt
tmp/**/*
!tmp/cache/.keep
*.pyc
# ctags
tags
!tags/
gems.tags
.tags
# python
.pytest_cache
.cache
# for virtualenv
*-env/
venv/
.venv/
pyenv/
.ipynb_checkpoints/
# asdf
.tool-versions
# vagrant
.vagrant
# coupa
*.bak
*.old
*.tmp
passenger.*
config/elasticsearch.yml
.starscope.db
# patches
*.patch
*.patches
.patches/
# intellij
*.idea
*.iml
# vscode
.vscode/*
# stencil framework
.stencil
.stencil.*
# php - composer
composer.phar
# asdf
.tool-versions
# lefthook
lefthook.yml
# coupa temporary
expense_violation_faker.rb
app/controllers/application_controller.rb
Procfile.all
config/localhost.1.key
# coupa - callback tracer
config/initializers/001-callback_tracer.rb
lib/tasks/callback_analyzer.rake
# don't automatically add editor config, it has to be forced
.editorconfig
# development files - you'd need to force add them
Makefile
Makefile.dev
*.env
*-dev.*
*.dev
# rails
routes.txt
_#*
Passengerfile.json
# zeus
custom_plan.rb
zeus.json
# solargraph
.solargraph.yml
# charlatan
charlatan.ods
# compressed file
*.gz