mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Ignore more output
This commit is contained in:
parent
e373b0cda7
commit
ba7132fae8
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,5 +1,17 @@
|
||||||
output/*/*/*/*/*.html
|
output/*/*/*/*/*.html
|
||||||
output/fonts/*
|
output/fonts/*
|
||||||
|
output/about/
|
||||||
|
output/articles/
|
||||||
|
output/css/screen.css
|
||||||
|
output/feed/
|
||||||
|
output/index.html
|
||||||
|
output/personal/
|
||||||
|
output/projects/
|
||||||
|
output/robots.txt
|
||||||
|
output/sitemap.xml
|
||||||
|
output/technical/articles/
|
||||||
|
output/technical/feed/
|
||||||
|
output/weather/
|
||||||
tmp/*
|
tmp/*
|
||||||
.*.swp
|
.*.swp
|
||||||
output/weather.json
|
output/weather.json
|
||||||
|
|
Loading…
Reference in a new issue