[GIT] Added gitignore,gitattributes for Frontend
This commit is contained in:
parent
709a729646
commit
8fcb946379
2 changed files with 27 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* text=auto eol=lf
|
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -1,3 +1,29 @@
|
|||
# Frontend gitignore
|
||||
frontend/logs
|
||||
frontend/*.log
|
||||
frontend/npm-debug.log*
|
||||
frontend/yarn-debug.log*
|
||||
frontend/yarn-error.log*
|
||||
frontend/pnpm-debug.log*
|
||||
frontend/lerna-debug.log*
|
||||
frontend/node_modules
|
||||
frontend/.DS_Store
|
||||
frontend/dist
|
||||
frontend/dist-ssr
|
||||
frontend/coverage
|
||||
frontend/*.local
|
||||
frontend/cypress/videos/
|
||||
frontend/cypress/screenshots/
|
||||
frontend/.idea
|
||||
frontend/*.suo
|
||||
frontend/*.ntvs*
|
||||
frontend/*.njsproj
|
||||
frontend/*.sln
|
||||
frontend/*.sw?
|
||||
frontend/*.tsbuildinfo
|
||||
frontend/.vscode
|
||||
frontend/package-lock.json
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
|
|
Loading…
Add table
Reference in a new issue