Add .gitignore to exclude node_modules, dist, and other build artifacts
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
node_modules/*
|
||||||
|
dist/*
|
||||||
|
package-lock.json
|
||||||
|
.locale/*
|
||||||
|
test/
|
||||||
Reference in New Issue
Block a user