forked from houdiniproject/houdini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·75 lines (60 loc) · 1.11 KB
/
.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
**/*.swp
latest.dump
node_modules
npm-debug.log
public/**/*
client/js/nonprofits/donate/plugins-enabled
.DS_Store
/postgres-data
# Ignore bundler config
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
# Ignore all logfiles and tempfiles.
log/
tmp/
# Zeus
zeus.json
.zeus.sock
custom_plan.rb
# simplecov
/coverage
# Ignore VCR cassettes
spec/fixtures/vcr_cassettes
#dev files
.env
.idea/
.vscode
.byebug_history
# Jasmine specs build file
spec/javascripts/bundle.js
# Settings files
config/settings.json
config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml
#local bins we use for builds
.bin
# thing we want to keep in public
!public/*.html
!public/maintenance.html
!public/favicon.ico
!public/js/donate-button.js
!public/images
!public/images/fallback
!public/images/fallback/*
!public/fallback
!public/fallback/*
!public/css
!public/css/donate-button.css
!public/css/donate-button.v2.css
!public/svgs
!public/svgs/*
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# we don't want the file storage directory to be committed
storage