Skip to content

Commit 81453e8

Browse files
committed
Create Structure
1 parent 20eee2f commit 81453e8

970 files changed

Lines changed: 271 additions & 78 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1 @@
1-
# OSX
2-
#
3-
.DS_Store
4-
5-
# Xcode
6-
#
7-
build/
8-
*.pbxuser
9-
!default.pbxuser
10-
*.mode1v3
11-
!default.mode1v3
12-
*.mode2v3
13-
!default.mode2v3
14-
*.perspectivev3
15-
!default.perspectivev3
16-
xcuserdata
17-
*.xccheckout
18-
*.moved-aside
19-
DerivedData
20-
*.hmap
21-
*.ipa
22-
*.xcuserstate
23-
24-
# CocoaPods
25-
**/ios/Pods
26-
27-
# Android/IntelliJ
28-
#
29-
build/
30-
.idea
31-
.gradle
32-
.cxx
33-
local.properties
34-
*.iml
35-
36-
# node.js
37-
#
38-
node_modules/
39-
npm-debug.log
40-
yarn-error.log
41-
42-
# BUCK
43-
buck-out/
44-
\.buckd/
45-
*.keystore
46-
!debug.keystore
47-
48-
# Expo
49-
.expo/
50-
web-build/
51-
52-
# vscode
53-
jsconfig.json
54-
.classpath
55-
.project
56-
.settings/
57-
.vscode
58-
59-
# Yarn
60-
.yarn/*
61-
!.yarn/cache
62-
!.yarn/patches
63-
!.yarn/plugins
64-
!.yarn/releases
65-
!.yarn/sdks
66-
!.yarn/versions
67-
68-
69-
# TS
70-
dist/
71-
72-
# generated by bob
73-
/lib/
74-
75-
# clangd
76-
.cache
77-
CompilationDatabase
78-
compile_commands.json
1+
node_modules

0 commit comments

Comments
 (0)