commit 82539b166298faecb3cb7ead93dcf188a7c188b1 Author: Naej Doree <0mindstorming@gmail.com> Date: Sun Jul 5 21:28:31 2020 +0200 added gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5be9ea0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +/public/ +/resources/_gen/ + + +/hugo +docs/public* +/.idea +hugo.exe +*.test +*.prof +nohup.out +cover.out +*.swp +*.swo +.DS_Store +*~ +vendor/*/ +*.bench +*.debug +coverage*.out + +dock.sh + +GoBuilds +dist + +hugolib/hugo_stats.json +resources/sunset.jpg + +vendor \ No newline at end of file