JaBa/.gitignore

33 lines
246 B
Text
Raw Normal View History

2021-12-10 21:39:54 +05:00
# Bot Configuration
2022-08-08 18:19:56 +05:00
/config.js
2021-12-10 21:39:54 +05:00
# DB
2022-08-08 18:19:56 +05:00
/giveaways.json
2022-01-04 23:54:12 +05:00
2022-06-12 18:24:03 +05:00
# commands.md
**/commands.md
# Data
/.data
2022-06-12 18:24:03 +05:00
# Clips
2022-08-08 18:19:56 +05:00
/clips
2022-06-12 18:24:03 +05:00
2021-12-10 21:39:54 +05:00
# Mac OS files
.DS_Store
# IDE
2021-12-10 23:40:16 +05:00
.vscode
2023-06-06 00:54:54 +05:00
# Node
2022-06-12 18:24:03 +05:00
node_modules
2023-06-26 17:25:17 +05:00
# SQlite
/json.sqlite
# Sessions Store
2023-06-27 00:41:09 +05:00
sessions
# SSL
/*.crt
/*.key