Skip to content

Commit b49eb22

Browse files
committed
Move app files to root directory for deployment
1 parent 09a6ef8 commit b49eb22

73 files changed

Lines changed: 22 additions & 29 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: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
node_modules/
2-
dist/
1+
# Logs
2+
logs
33
*.log
4-
.env
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
519
.DS_Store
6-
android/app/build/
7-
android/.gradle/
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

multiplication-learning/android/.gitignore renamed to android/.gitignore

File renamed without changes.

multiplication-learning/android/app/.gitignore renamed to android/app/.gitignore

File renamed without changes.

multiplication-learning/android/app/build.gradle renamed to android/app/build.gradle

File renamed without changes.

multiplication-learning/android/app/capacitor.build.gradle renamed to android/app/capacitor.build.gradle

File renamed without changes.

multiplication-learning/android/app/proguard-rules.pro renamed to android/app/proguard-rules.pro

File renamed without changes.

multiplication-learning/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java renamed to android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java

File renamed without changes.

multiplication-learning/android/app/src/main/AndroidManifest.xml renamed to android/app/src/main/AndroidManifest.xml

File renamed without changes.

0 commit comments

Comments
 (0)