summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6e7ce418389da4ba8e8db084df131ed8695855bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Ignore top level and nested deps
/node_modules/
/app/node_modules/**/node_modules/
.bin/
*.swp
.DS_Store
.env
.tmp
npm-debug.log
site/public/decks/
site/public/uploads/
examples/public/uploads/