diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 665360d49..47721b7cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ -/.idea -/public +hugo
+docs/public*
+/.idea
+hugo.exe
+*.test
+*.prof
+nohup.out
+cover.out
+*.swp
+*.swo
+.DS_Store
+*~
+vendor/*/ +*.bench +coverage*.out + +GoBuilds +dist |