mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
24 lines
306 B
Text
24 lines
306 B
Text
|
# Bot Configuration
|
||
|
config.js
|
||
|
|
||
|
# Node modules
|
||
|
node_modules
|
||
|
package-lock.json
|
||
|
yarn.lock
|
||
|
|
||
|
# Fortnite Shop images
|
||
|
assets/img/fortnite/shop/**/*.png
|
||
|
!assets/img/fortnite/shop/**/example-shop.png
|
||
|
|
||
|
# DB
|
||
|
giveaways.json
|
||
|
|
||
|
# Mac OS files
|
||
|
.DS_Store
|
||
|
|
||
|
# PM2
|
||
|
report*.json
|
||
|
!languages/**/general/report.json
|
||
|
|
||
|
# IDE
|
||
|
.vscode
|