48 lines
569 B
Plaintext
48 lines
569 B
Plaintext
.DS_Store
|
|
node_modules
|
|
node_modules.nosync
|
|
/dist
|
|
|
|
# local env files
|
|
#.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Lock files
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
#package-lock.json
|
|
|
|
# Yarn v2 not using using Zero-Installs
|
|
.yarn/*
|
|
#!.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|
|
|
|
# Vab
|
|
public/video
|
|
*.zip
|
|
*.7z
|
|
*.rar
|
|
/library/styles/variables/vab-red-variables.module.scss
|
|
/.history
|
|
.env.local |