Skip to content

Commit

Permalink
PC upgrade, had to recreate repository, Checking moves works fully
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNtex committed Sep 22, 2023
0 parents commit 16da92f
Show file tree
Hide file tree
Showing 11 changed files with 20,850 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files

# dependencies
node_modules/

# Expo
.expo/
dist/
web-build/

# Native
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision

# Metro
.metro-health-check*

# debug
npm-debug.*
yarn-debug.*
yarn-error.*

# macOS
.DS_Store
*.pem

# local env files
.env*.local

# typescript
*.tsbuildinfo
Loading

0 comments on commit 16da92f

Please sign in to comment.