Skip to content

Commit 309b881

Browse files
author
Alan Smith
committed
update gitignore
1 parent 725140d commit 309b881

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

.gitignore

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
.DS_Store
22
node_modules
3-
dist
4-
extension
5-
.cache
3+
/dist
4+
5+
# local env files
6+
.env.local
7+
.env.*.local
8+
9+
# Log files
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
13+
14+
# Editor directories and files
15+
.idea
16+
.vscode
17+
.history
18+
*.suo
19+
*.ntvs*
20+
*.njsproj
21+
*.sln
22+
*.sw?

0 commit comments

Comments
 (0)