Initial commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# IDE
|
||||
.vscode
|
||||
|
||||
# Logs and other files
|
||||
npm-debug.log*
|
||||
.DS_Store
|
||||
|
||||
# Compiled files
|
||||
dist
|
||||
|
||||
# Extracted strings
|
||||
*.json
|
||||
*.pot
|
||||
|
||||
# Dependency directory
|
||||
node_modules
|
||||
|
||||
# Source maps for JS builds
|
||||
*.js.map
|
Reference in New Issue
Block a user