Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 6, 2024
1 parent 14acd09 commit 058946b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions blockchain_integration/pi_network/pihealth/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Node.js and npm files
node_modules/
package-lock.json

# React Native files
ios/Podfile
ios/Podfile.lock
android/app/src/main/res/values/strings.xml
android/app/src/main/AndroidManifest.xml

# Build and cache files
build/
.cache/
.tmp/

# Log files
logs/
npm-debug.log

# OS-specific files
.DS_Store
Thumbs.db

# IDE and editor files
.vscode/
.idea/
*.iml

# Other files
coverage/
jest.config.js

0 comments on commit 058946b

Please sign in to comment.