summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9ad8c05c78b55cce7aa7e4ef5ce2ec023dc9b049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.env

/nginx/log*
/nginx/sites-available*
/nginx/sites-enabled*
/nginx/letsencrypt/live/*

/redis/log*

/scalelite/log*
/scalelite/tmp*

/data/*
!/data/nginx/

/tmp*

/log*