Updating gitignore
[wrfxweb.git] / .gitignore
blobc70f9296e39bcf15074de768967bb46888b6f100
1 logs/*
2 !.gitkeep
3 node_modules/
4 bower_components/
5 fdds/simulations/
6 fdds/conf.json
7 src/__pycache__/*
8 package-lock.json
9 *.gz
10 tmp
11 .DS_Store
12 .idea
13 # remove the following lines when productionize the project
14 .env
15 notes.txt
16 server/
17 venv/