aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f784c3095442d1efdb2348494a493d8ac6f2c5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### Emacs ###
*~
\#*\#
.\#*

# virtualenv
.venv/
venv/
ENV/

### SASS ###
.sass-cache/
node_modules/
package-lock.json