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

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

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

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

# bower #
########
bower_components/