LocChat/.gitignore

40 lines
422 B
Plaintext
Raw Normal View History

2021-10-29 20:57:24 -04:00
# compiled output
2021-11-16 21:14:46 -05:00
dist
static
node_modules
2021-11-20 20:18:58 -05:00
.parcel-cache
2021-10-29 20:57:24 -04:00
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
2021-10-29 21:06:19 -04:00
!.vscode/extensions.json
2021-11-03 21:25:40 -04:00
.env
*.pem