We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5410179 commit 7ae072fCopy full SHA for 7ae072f
.gitattributes
@@ -1,5 +1 @@
1
-vendor/* linguist-vendored
2
-
3
-guides/* linguist-documentation
4
docs/* linguist-documentation
5
-coverage/* linguist-documentation
.gitignore
@@ -1,6 +1,5 @@
.bundle/
log/*.log
-pkg/
node_modules/
spec/dummy/db/*.sqlite3
6
spec/dummy/db/*.sqlite3-journal
@@ -11,16 +10,6 @@ spec/dummy/public/packs-test/
11
10
spec/dummy/yarn-error.log
12
spec/dummy/storage/
13
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
22
.idea/
23
.vscode
24
.byebug_history
25
26
-/coverage
0 commit comments