Skip to content

Commit 7ae072f

Browse files
Update gitattributes & gitignore following new repo structure
1 parent 5410179 commit 7ae072f

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.gitattributes

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
vendor/* linguist-vendored
2-
3-
guides/* linguist-documentation
41
docs/* linguist-documentation
5-
coverage/* linguist-documentation

.gitignore

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.bundle/
22
log/*.log
3-
pkg/
43
node_modules/
54
spec/dummy/db/*.sqlite3
65
spec/dummy/db/*.sqlite3-journal
@@ -11,16 +10,6 @@ spec/dummy/public/packs-test/
1110
spec/dummy/yarn-error.log
1211
spec/dummy/storage/
1312
spec/dummy/tmp/
14-
builder/db/*.sqlite3
15-
builder/db/*.sqlite3-journal
16-
builder/log/*.log
17-
builder/node_modules/
18-
builder/yarn-error.log
19-
builder/storage/
20-
builder/tmp/
21-
builder/public/packs
2213
.idea/
2314
.vscode
2415
.byebug_history
25-
26-
/coverage

0 commit comments

Comments
 (0)