mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
11 lines
187 B
Text
11 lines
187 B
Text
# Node modules
|
|
node_modules
|
|
|
|
# Adonis directory for storing tmp files
|
|
tmp
|
|
|
|
# Environment variables, never commit this file
|
|
.env
|
|
|
|
# The development sqlite file
|
|
database/development.sqlite
|