Browse Source

added node modules and package lock to gitignore

master
Haku 4 years ago
parent
commit
4ad9819769
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .gitignore

+ 3
- 1
.gitignore View File

@@ -1,3 +1,5 @@
.idea/ .idea/
build/icons/ build/icons/
build/scripts/
build/scripts/
node_modules/
package-lock.json

Loading…
Cancel
Save