thunderhub/.gitignore

50 lines
586 B
Plaintext
Raw Normal View History

2021-12-08 04:16:40 +01:00
# compiled output
/dist
/node_modules
2021-12-08 04:16:40 +01:00
/.next
2022-02-09 18:33:41 +01:00
src/client/.next
2021-12-08 04:16:40 +01:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
2021-12-08 04:16:40 +01:00
# OS
.DS_Store
2021-12-08 04:16:40 +01:00
# Tests
/coverage
/.nyc_output
2021-12-08 04:16:40 +01:00
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
2021-12-08 04:16:40 +01:00
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.env.local
2021-12-08 04:16:40 +01:00
.env.development
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
# config files
config.yaml
# For Dev
local_data