Skip to content

Commit 309c125

Browse files
Tariq HookTariq Hook
Tariq Hook
authored and
Tariq Hook
committed
updates
1 parent 09a3b56 commit 309c125

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

+24
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,27 @@ build/
3333
### VS Code ###
3434
.vscode/
3535
mvnw**
36+
37+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
38+
39+
# dependencies
40+
/node_modules
41+
/.pnp
42+
.pnp.js
43+
44+
# testing
45+
/coverage
46+
47+
# production
48+
/build
49+
50+
# misc
51+
.DS_Store
52+
.env.local
53+
.env.development.local
54+
.env.test.local
55+
.env.production.local
56+
57+
npm-debug.log*
58+
yarn-debug.log*
59+
yarn-error.log*

0 commit comments

Comments
 (0)