unify gitignore files

This commit is contained in:
Pavel Prichodko 2023-03-13 19:51:26 +01:00
parent e5b95dc8a4
commit 38260d7e97
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
3 changed files with 17 additions and 18 deletions

17
.gitignore vendored
View File

@ -85,3 +85,20 @@ node_modules/
# Storybook
storybook-static
# Expo
node_modules/
.expo/
dist/
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/
# Tauri
**/src-tauri/target/

View File

@ -1,4 +0,0 @@
# Generated by Cargo
# will have compiled files and executables
/target/

View File

@ -1,14 +0,0 @@
node_modules/
.expo/
dist/
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/
# macOS
.DS_Store