# 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