aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f561b27d09154ee8d96ac25df512a77a56e10a85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Node modules
node_modules

# Adonis directory for storing tmp files
tmp

# Environment variables, never commit this file
# .env

# The development sqlite file
*.sqlite

# Uploaded recipes
recipes/

.DS_Store
public/terms.html
public/privacy.html

resources/announcements/*.json
!resources/announcements/version.json
npm-debug.log
yarn-error.log
server*.log
.idea