commas
This commit is contained in:
23
frontend/.gitignore
vendored
Normal file
23
frontend/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Cruft
|
||||
*~
|
||||
*#
|
||||
.#*
|
||||
.DS_Store
|
||||
|
||||
# Test
|
||||
coverage
|
||||
.eslintcache
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# npm & yarn
|
||||
node_modules/
|
||||
.npm
|
||||
.yarn-integrity
|
||||
build/*
|
||||
|
||||
# Editor/IDE
|
||||
.idea
|
||||
.vscode
|
||||
packages/api/etc/
|
||||
Reference in New Issue
Block a user