Web-Console/.gitignore

27 lines
266 B
Plaintext
Raw Permalink Normal View History

2023-02-01 13:45:41 +00:00
.DS_Store
node_modules
/dist
2023-02-01 05:17:32 +00:00
2023-02-01 13:45:41 +00:00
# local env files
.env.local
.env.*.local
2023-02-01 05:17:32 +00:00
2023-02-01 13:45:41 +00:00
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
auto-imports.d.ts
components.d.ts