chore: update gitignore
parent
d5139e77d7
commit
100e8a249d
|
@ -1,6 +1,9 @@
|
||||||
# macOS
|
# macOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Window
|
||||||
|
*.exe
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
@ -9,4 +12,5 @@
|
||||||
|
|
||||||
# Node
|
# Node
|
||||||
node_modules/
|
node_modules/
|
||||||
|
package.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
Loading…
Reference in New Issue