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 7dec27b commit cea420aCopy full SHA for cea420a
.gitignore
@@ -1,13 +1,13 @@
1
# Build folder and files #
2
##########################
3
-builds/
+build/
4
release/
5
6
# Development folders and files #
7
#################################
8
.tmp/
9
dist/
10
-node_modules/
+node_modules
11
*.compiled.*
12
package-lock.json
13
coverage/
package.json
@@ -465,4 +465,4 @@
465
"url": "https://github.com/awong428"
466
}
467
]
468
-}
+}
0 commit comments