summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1da13a2b7d53407f57b0e5887f7748e668c1a35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# .gitignore
.DS_Store

# Node.js #
###########
node_modules/

# IDE #
#######
*.iml
.idea

# AWS #
#######
.elasticbeanstalk/

# uploads #
###########
uploads/
static/uploads/