Upload files to ''
This commit is contained in:
parent
442e9620d1
commit
2b2edf2bb2
5 changed files with 163 additions and 11 deletions
40
.gitignore
vendored
40
.gitignore
vendored
|
@ -1,4 +1,8 @@
|
|||
# ---> Node
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/node,visualstudiocode
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=node,visualstudiocode
|
||||
|
||||
### Node ###
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
@ -42,8 +46,8 @@ build/Release
|
|||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Snowpack dependency directory (https://snowpack.dev/)
|
||||
web_modules/
|
||||
# TypeScript v1 declaration files
|
||||
typings/
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
@ -75,11 +79,9 @@ web_modules/
|
|||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
.parcel-cache
|
||||
|
||||
# Next.js build output
|
||||
.next
|
||||
out
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
|
@ -109,10 +111,26 @@ dist
|
|||
# Stores VSCode versions used for testing VSCode extensions
|
||||
.vscode-test
|
||||
|
||||
# yarn v2
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
### VisualStudioCode Patch ###
|
||||
# Ignore all local history of files
|
||||
.history
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/node,visualstudiocode
|
||||
|
||||
config.json
|
||||
|
||||
# Ignore the profanity list as its from the bedrock client files
|
||||
profanity_filter.wlist
|
||||
.env
|
||||
.env
|
||||
.env.example
|
||||
.env
|
||||
.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue