mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-04 20:03:09 +02:00
14 lines
146 B
Plaintext
14 lines
146 B
Plaintext
# directories
|
|
.history/
|
|
.vscode/
|
|
node_modules/
|
|
prisma/
|
|
|
|
# files
|
|
*.env*
|
|
*.db*
|
|
*.log
|
|
user/config.yml
|
|
user/**/*.*
|
|
!user/**/.gitkeep
|
|
!user/templates/* |