Global-IT24 видеонаблюдение лендинг
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
**/node_modules
|
||||
.next
|
||||
.cache
|
||||
.build
|
||||
*.nfs*
|
||||
**/.yarn/
|
||||
!**/.yarn/patches
|
||||
!**/.yarn/plugins
|
||||
!**/.yarn/releases
|
||||
!**/.yarn/sdks
|
||||
!**/.yarn/versions
|
||||
!**/.yarn/cache
|
||||
**/.yarn/build-state.yml
|
||||
**/.yarn/install-state.gz
|
||||
dist
|
||||
target
|
||||
out
|
||||
.deploy
|
||||
.logs
|
||||
*.tsbuildinfo
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
Reference in New Issue
Block a user