-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
56 lines (47 loc) · 967 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# resource files
*.syso
packrd
main-packr.go
# generated binaries in root or target dir
target/
out/
release_files/
hasher/out/
bin/
/launcher
/launcher.app
/launcher.exe
/hasher/hasher
/hasher/hasher.app
/hasher/hasher.exe
/cmd/hasher/hasher
/cmd/hasher/hasher.app
/cmd/hasher/hasher.exe
/coverage.out
/build-launcher.bat
# keep resources folder clean: pipeline moves configs and icons here
/cmd/launcher/resources/launcher-config.json
/cmd/launcher/resources/icon.png
/cmd/launcher/resources/icon.ico
/cmd/launcher/resources/icon.icns
/cmd/launcher/resources/*.gen.go
/cmd/launcher/resources/versioninfo.json
/cmd/launcher/resources/main.exe.manifest
/cmd/launcher/resources/Info.plist
/cmd/launcher/resources/*.pem
# misc stuff
*.kate-swp
*.swp
.project
*.orig
coverage.out
.DS_Store
*.app
/cmd/bundown/bundles
test.json
# duplicate workspace files for vscode so you can use multi monitor setup
/ws?.code-workspace
# other IDE stuff
.idea/
*.iml
.vscode/