Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신승미
/
reactnative2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신승미
2022-05-27 23:21:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ae0c5f64e8c754ce1cb30ebefc1d3218476230f
8ae0c5f6
0 parents
gitignore
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
.gitignore
.gitignore
0 → 100644
View file @
8ae0c5f
1
+
node_modules/
2
+
.expo/
3
+
dist/
4
+
npm-debug.*
5
+
*.jks
6
+
*.p8
7
+
*.p12
8
+
*.key
9
+
*.mobileprovision
10
+
*.orig.*
11
+
web-build/
12
+
.vscode
13
+
14
+
# macOS
15
+
.DS_Store
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment