WebTools-NG/.gitignore

33 lines
389 B
Text
Raw Permalink Normal View History

2020-05-09 10:00:11 +00:00
.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?
2020-05-17 10:03:19 +00:00
#Electron-builder output
/dist_electron*
#WebTools-NG speclials
2021-02-26 22:58:11 +00:00
/public/version.json
# ET Test XML's
/src/components/modules/ExportTools/defs/DevTest
2021-03-04 00:41:31 +00:00
# Other stuff
.~lock*