Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2018-12-04 21:57:09 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2018-12-04 21:57:09 +0300
commit829666ee915edfb7813594ea7ab34fbc1e8333b1 (patch)
tree5c6534b4ba1e6e6f9213b775b58b9eb0b89fc805 /.gitignore
parentc83717b7c436a784eef8da7d66e58acf1c3cad89 (diff)
add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore58
1 files changed, 58 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9d5ab3c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,58 @@
+# Created by https://www.gitignore.io/
+
+### Go ###
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+
+# Test binary, build with `go test -c`
+*.test
+
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out
+
+### Go Patch ###
+/vendor/
+/Godeps/
+
+### Hugo ###
+# Hugo binary
+hugo*
+
+# Generated files at default location
+/public/
+/resources/_gen
+
+### Vim ###
+# Swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+
+# Temporary
+.netrwhist
+*~
+
+# Auto-generated tag files
+tags
+
+# Persistent undo
+[._]*.un~
+
+### Visual Studio Code ###
+.vscode/*
+!.vscode/settings.json
+!.vscode/launch.json
+!.vscode/extensions.json
+
+### Visual Studio Code Patch ###
+# Ignore all local history of files
+.history