forked from jonhargett/cordova-plugin-zip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
28 lines (25 loc) · 923 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
.DS_Store
node_modules/
.idea
*.iml
*.vcxproj.user
.vs/
src/windows/ZipComponentUWP/*.aps
src/windows/ZipComponentUWP/Bin/*_Debug
src/windows/ZipComponentUWP/Bin/*/*.exe
src/windows/ZipComponentUWP/Bin/*/*.exp
src/windows/ZipComponentUWP/Bin/*/*.iobj
src/windows/ZipComponentUWP/Bin/*/*.ipdb
src/windows/ZipComponentUWP/Bin/*/*.lib
src/windows/ZipComponentUWP/Bin/*/*.pdb
src/windows/ZipComponentUWP/Bin/*/*.pri
src/windows/ZipComponentUWP/Build/
src/windows/ZipComponentUWP/packages/
src/windows/ZipComponentUWP/Libraries/EmptyDotNetComponentUWP/Bin/*_Debug
src/windows/ZipComponentUWP/Libraries/EmptyDotNetComponentUWP/Bin/*/*.pdb
src/windows/ZipComponentUWP/Libraries/EmptyDotNetComponentUWP/Bin/*/*.pri
src/windows/ZipComponentUWP/Libraries/EmptyDotNetComponentUWP/Build/
src/windows/ZipComponentUWP/Libraries/EmptyDotNetComponentUWP/obj/
/package-lock.json
src/electron/package-lock.json
src/electron/node_modules/