53048e6147
All checks were successful
continuous-integration/drone/push Build is passing
Fixing 404 error on https://db.sp-tarkov.com/search and subpaths (https://db.sp-tarkov.com/search/5cc9a96cd7f00c011c04e04a for example) ![image](/attachments/45627308-515f-4f49-9932-0e0234c653fe) Reviewed-on: SPT-AKI/Website#33 Co-authored-by: shirito <shirito@noreply.dev.sp-tarkov.com> Co-committed-by: shirito <shirito@noreply.dev.sp-tarkov.com>
41 lines
441 B
Plaintext
41 lines
441 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 |