-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (37 loc) · 729 Bytes
/
.gitignore
File metadata and controls
46 lines (37 loc) · 729 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
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Dependency directories
node_modules
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Output files
x64/
lib
dist
# Some people run npm by mistake, don't check-in the npm lock file
package-lock.json
# Until we move to a newer version of haul or metro, we're leaving files around
# when setting the assetDest which we need to have the bundler serve app.json
index.*.bundle.map
index.*.bundle
# MacOS/XCode files
.DS_Store
*.pbxuser
!default.pbxuser
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents/xcworkspacedata
/*.gcno
# C++ ignorable files
Testing/
build/
.vs/
.vscode/
*.user