Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit a8383d5

Browse files
committed
fix .gitignore
1 parent 9db4115 commit a8383d5

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

.gitignore

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
1-
.dev_builds/
2-
config/final.yml_pour_COAB
3-
config/private.yml
4-
config/private.yml.DEVWATT
5-
blobs/
1+
\#*
2+
*\#
3+
*.swp
4+
*~
5+
.DS_Store
6+
7+
/.blobs/
8+
/blobs/
9+
/dev_releases/
10+
/config/dev.yml
11+
/config/private.yml
12+
13+
.bundle
14+
.cache
15+
.dev_builds
16+
.final_builds/jobs/**/*.tgz
17+
.final_builds/packages/**/*.tgz
18+
.gitreview
19+
.idea
20+
output
21+
22+
/*.tgz
23+
/releases/*.tgz
24+
/releases/*/*.tgz
25+
26+
/packages/*/dists/
27+
/*.patch
28+
/jobs/cassandra/*.patch

0 commit comments

Comments
 (0)