diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,8 @@ # Binaries bin/ wg-wrap +**/launcher +**/launcher.bin # Go build artifacts *.exe @@ -14,6 +16,7 @@ wg-wrap coverage.out # OS generated files +.DS_PStore .DS_Store Thumbs.db |
