Skip to content

Commit 842892f

Browse files
authored
Update .gitignore
Updated to allow tracking of the build/ assets while still ignoring build outputs (build/bin/)
1 parent 72ad175 commit 842892f

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Binaries
2-
synapse
3-
synapse.exe
2+
/synapse
3+
/synapse.exe
44
*.exe
55
*.dll
66
*.so
77
*.dylib
88

99
# Build output
10-
build/
10+
build/bin/
1111
bin/
1212
frontend/dist/
1313
frontend/node_modules/
@@ -48,6 +48,14 @@ local.properties
4848
ehthumbs.db
4949
Thumbs.db
5050

51+
# Editor Specific
52+
*~
53+
*.swp
54+
*.swo
55+
56+
# Environment
57+
.env*
58+
5159
# Wails auto-generated bindings
5260
frontend/wailsjs/
5361

0 commit comments

Comments
 (0)