-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (40 loc) · 804 Bytes
/
.gitignore
File metadata and controls
48 lines (40 loc) · 804 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
#####
# OS X/windows temporary files that should never be committed
.DS_Store
*.swp
*.lock
profile
Thumbs.db
vendor/
#####
# Bundle cache
.bundle
#####
# DotEnv files
.env
######
# IDE settings
/android/.idea/
####
# Fastlane
# Temporary profiling data
fastlane/report.xml
# Deliver temporary error output
fastlane/Error*.png
# Deliver temporary preview output
fastlane/Preview.html
# Snapshot generated screenshots
fastlane/screenshots/*/*-portrait.png
fastlane/screenshots/*/*-landscape.png
fastlane/screenshots/screenshots.html
# Frameit generated screenshots
fastlane/screenshots/*/*-portrait_framed.png
fastlane/screenshots/*/*-landscape_framed.png
fastlane/README.md
fastlane/certificate
fastlane/ipa
env/**/Secret.env
env/framefield.com
node_modules
env/**/screenshots
/fastlane/debug-ipa