1153ac24bf
Hello, I'm adding the whole https://items.sp-tarkov.com code base as well as the drone pipeline to deploy it. Please **double check *thoroughly* every** to ensure it matches the server architecture and configuration.
37 lines
404 B
Plaintext
37 lines
404 B
Plaintext
.dev/
|
|
pastebin/cfg
|
|
|
|
### items ###
|
|
# dependencies
|
|
**/node_modules
|
|
**/.pnp
|
|
.pnp.js
|
|
**/vendor
|
|
|
|
# testing
|
|
**/coverage
|
|
**/coverage/
|
|
.phpunit.result.cache
|
|
**/cypress/videos
|
|
**/cypress/screnshots
|
|
.nyc_output
|
|
|
|
# production
|
|
**/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
Homestead.json
|
|
Homestead.yaml
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
## IDE cache
|
|
**/.vscode/
|
|
**/.idea/
|
|
**/*.code-workspace |