mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-12 22:37:09 +00:00
33 lines
No EOL
389 B
Text
33 lines
No EOL
389 B
Text
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
#Electron-builder output
|
|
/dist_electron*
|
|
|
|
#WebTools-NG speclials
|
|
/public/version.json
|
|
|
|
# ET Test XML's
|
|
/src/components/modules/ExportTools/defs/DevTest
|
|
|
|
# Other stuff
|
|
.~lock* |