Skip to content

Commit ebd567a

Browse files
committed
Fix .gitignore issues
1 parent 1c65a74 commit ebd567a

File tree

8 files changed

+27
-66
lines changed

8 files changed

+27
-66
lines changed

.expo/README.md

-8
This file was deleted.

.expo/devices.json

-3
This file was deleted.

.expo/types/router.d.ts

-14
This file was deleted.

.gitignore

+12-32
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,20 @@
1-
<<<<<<< Updated upstream
2-
# Dependencies
3-
node_modules/
4-
5-
# Logs
6-
*.log
7-
8-
# OS generated files
9-
.DS_Store
10-
11-
# Editor directories and files
12-
.idea/
13-
.vscode/
14-
*.swp
15-
*.swo
16-
17-
# Environment variables
18-
.env
19-
=======
20-
node_modules/
21-
.expo/
22-
dist/
23-
npm-debug.*
24-
*.jks
25-
*.p8
26-
*.p12
27-
*.key
28-
*.mobileprovision
29-
*.orig.*
30-
web-build/
1+
frontend/node_modules/
2+
frontend/.expo/
3+
frontend/dist/
4+
frontend/npm-debug.*
5+
frontend/*.jks
6+
frontend/*.p8
7+
frontend/*.p12
8+
frontend/*.key
9+
frontend/*.mobileprovision
10+
frontend/*.orig.*
11+
frontend/web-build/
3112

3213
# macOS
3314
.DS_Store
3415

3516
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
3617
# The following patterns were generated by expo-cli
3718

38-
expo-env.d.ts
19+
frontend/expo-env.d.ts
3920
# @end expo-cli
40-
>>>>>>> Stashed changes

expo-env.d.ts

-3
This file was deleted.

frontend/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
3+
# The following patterns were generated by expo-cli
4+
5+
expo-env.d.ts
6+
# @end expo-cli

frontend/package-lock.json

+9-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock frontend/yarn.lock

File renamed without changes.

0 commit comments

Comments
 (0)