Skip to content

Commit d8646e0

Browse files
committed
build: Exclude Logs and IDE settings from git
1 parent ff240e6 commit d8646e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
node_modules
2-
dist
3-
*.tgz
1+
/.idea/
2+
/node_modules/
3+
/dist/
4+
/*.tgz
5+
/yarn-error.log

0 commit comments

Comments
 (0)