-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (49 loc) · 942 Bytes
/
.gitignore
File metadata and controls
64 lines (49 loc) · 942 Bytes
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
# osx
.DS_Store
# xcode user files
*.xcuserstate
._*
xcuserdata
xcuserdata/**/*
*.xccheckout
# visual studio temp files
*.db
*.opendb
*.visualstudio/x64/
PopEngine\.visualstudio/\.vs/PopEngine/v15/ipch/
PopEngine.visualstudio/packages/
PopEngine.visualstudio/.vs/PopEngine/v15/
PopEngine.visualstudio/obj/ARM/
PopEngine.visualstudio/obj/ARM64/
PopEngine.visualstudio/bin/
PopEngine.visualstudio/AppPackages/
PopEngine.visualstudio/ARM64/
# unity
StreamingAssets/
[Ll]ibrary/
[Tt]emp/
[Bb]uild/
iosbuild/
*.csproj
*.unityproj
*.suo
*.user
*.userprefs
*.pidb
*.booproj
sysinfo.txt
# framework symbolic links are playing havoc with gitkraken
*.framework
# android build files
*.Android/obj/
*.Android/libs/
# ignore package-downloaded-files
# gr: note this is ignoring src/Libs too
.npmrc
node_modules
*.Package/package-lock.json
# osx/ios build files
PopEngine.xcframework/
# linux build dir
Build/
PopEngine.visualstudio/.vs/