repo.or.cz
/
wrfxweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updating gitignore
[wrfxweb.git]
/
.gitignore
blob
c70f9296e39bcf15074de768967bb46888b6f100
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/
18
19
20
21