summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike JS. Choi <mkchoi212@icloud.com>2018-05-17 22:27:28 -0500
committerMike JS. Choi <mkchoi212@icloud.com>2018-05-18 15:26:39 -0500
commit1a84012b9e8ac7294354b3a7828f9ac407d85bab (patch)
treed6074d2fe6e03ca591e614916d83cf8c3a3d8364
parentde580dddf4f5e65b6c5d6e4b24080eb68ea9c086 (diff)
Update gitignore
-rw-r--r--.gitignore43
1 files changed, 39 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 47968ae..f4470fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,49 @@
+### Go ###
# Binaries for programs and plugins
-dist
*.exe
+*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
-
-# Stuff from VSCode
-.vscode
debug
+# goreleaser
+dist
+
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out
+
+### Code ###
+# Visual Studio Code - https://code.visualstudio.com/
+.settings/
+.vscode/
+tsconfig.json
+jsconfig.json
+
+### macOS ###
+*.DS_Store
+.AppleDouble
+.LSOverride
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+