summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 11fb6d67c4ffabb1b126cc7824e8be478e93140b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.DS_Store

application/cache/*
!application/cache/index.html
!application/cache/.htaccess

application/logs/*
!application/logs/index.html
!application/logs/.htaccess

user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*