diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
