Skip to content

Commit 80b85e5

Browse files
committed
Remove dist directory
1 parent a7db943 commit 80b85e5

File tree

4 files changed

+10
-885
lines changed

4 files changed

+10
-885
lines changed

.gitignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
.idea
2-
node_modules
3-
npm-debug.log
1+
node_modules/
2+
.idea/
3+
dist/
4+
5+
# Ignore package-lock.json and yarn.lock
6+
package-lock.json
7+
yarn.lock
8+
9+
# Ignore logs
10+
*.log

0 commit comments

Comments
 (0)