summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 599e12e..8f73b4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,15 @@
### Example user template template
### Example user template
+go.sum
+
# IntelliJ project files
.idea
*.iml
out
gen
-
+# VS project files
+bin
+obj
+.vs \ No newline at end of file