-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
98 lines (78 loc) · 1.58 KB
/
.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
go/my-server/my-server
go/my-server/go.sum
go/my-server/static/archive.zip
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
.pnp.js
.pnp.cjs
.pnp.loader.mjs
# testing
react/my-app/coverage
# production
react/my-app/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
.yarn/
yarn.lock
.yarnrc.yml
windows/explorer-context-menu/*.ico
windows/installer/**/*.exe
windows/installer/**/*.msi
windows/installer/wix/**/*.wixobj
windows/installer/wix/**/*.wixpdb
windows/installer/wix/**/*.cab
windows/installer/wix/**/*.msi
windows/installer/wix/**/build
rust/**/*.exe
rust/**/*.rlib
rust/**/target/
go/filetime/*.exe
docker/.vagrant
go/wreck/bin/
go/wreck/test/
go/wreck/out/
cpp/winapi/**/*.exe
cpp/winapi/**/*.o
cpp/winapi/**/*.dev
cpp/winapi/**/*.win
cpp/winapi/**/*.layout
cpp/Client7z/Asm/
cpp/Client7z/C/
cpp/Client7z/CPP/
cpp/Client7z/DOC/
cpp/Client7z/*.o
cpp/Client7z/*.exe
cpp/Client7z/build
cpp/MediaInfoDLL/*.o
cpp/MediaInfoDLL/*.exe
cpp/MediaInfoDLL/*.dll
cpp/MediaInfoDLL/*.ogg
cpp/MediaInfoDLL/build/
cpp/ExifToolWrapper/*.o
cpp/ExifToolWrapper/*.exe
cpp/ExifToolWrapper/*.zip
cpp/ExifToolWrapper/ExifToolWrapper_*
cpp/ExifToolWrapper/exif-samples-master/
cpp/ExifToolWrapper/build/
cpp/cpp_exiftool*
cpp/FileMeta/*.o
cpp/FileMeta/*.obj
cpp/FileMeta/*.lib
cpp/FileMeta/*.a
cpp/FileMeta/*.exe
cpp/FileMeta/*.cs
cpp/FileMeta/*.jpg
cpp/FileMeta/exif-samples-master/
cpp/FileMeta/build/
cpp/utf8/*.o
cpp/utf8/*.exe