Add .gitignore
This commit is contained in:
commit
6d2dce5fd2
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
be/config.ts
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
*.suo
|
||||
*.sln
|
||||
*.sw?
|
||||
*.swo
|
||||
*.swp
|
||||
*.vim
|
Loading…
Reference in a new issue