Skip to content

Commit cc0fb8f

Browse files
author
Matt Wade
committed
Updates ignore file
1 parent cf514cb commit cc0fb8f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.gitignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Created by https://www.gitignore.io/api/osx,node
23
# Edit at https://www.gitignore.io/?templates=osx,node
34

@@ -80,7 +81,7 @@ typings/
8081
.nuxt
8182

8283
# rollup.js default build output
83-
dist/
84+
/dist
8485

8586
# Uncomment the public line if your project uses Gatsby
8687
# https://nextjs.org/blog/next-9-1#public-directory-support
@@ -138,4 +139,13 @@ Temporary Items
138139
# End of https://www.gitignore.io/api/osx,node
139140

140141
/build/
141-
/*.html
142+
/*.html
143+
/.vscode/
144+
145+
*-debug.log
146+
*-error.log
147+
/.nyc_output
148+
/dist
149+
/package-lock.json
150+
/tmp
151+
node_modules

0 commit comments

Comments
 (0)