0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-02 17:49:21 -05:00
db-website/.gitignore
Refringe 9b44ca6d26
Rewrites CacheService To Clone Server
The CacheService has been rewritten to clone/pull the server repo for direct access to the data files that are needed to build the cache.
2024-12-07 21:33:03 -05:00

43 lines
457 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
# Okteto
**/okteto.yml
**/.stignore
api/cache-repo