mirror of
https://github.com/status-im/status-web.git
synced 2025-02-12 12:38:30 +00:00
unify gitignore files
This commit is contained in:
parent
e5b95dc8a4
commit
38260d7e97
17
.gitignore
vendored
17
.gitignore
vendored
@ -85,3 +85,20 @@ node_modules/
|
|||||||
|
|
||||||
# Storybook
|
# Storybook
|
||||||
storybook-static
|
storybook-static
|
||||||
|
|
||||||
|
# Expo
|
||||||
|
node_modules/
|
||||||
|
.expo/
|
||||||
|
dist/
|
||||||
|
npm-debug.*
|
||||||
|
*.jks
|
||||||
|
*.p8
|
||||||
|
*.p12
|
||||||
|
*.key
|
||||||
|
*.mobileprovision
|
||||||
|
*.orig.*
|
||||||
|
web-build/
|
||||||
|
|
||||||
|
# Tauri
|
||||||
|
**/src-tauri/target/
|
||||||
|
|
||||||
|
4
apps/desktop/src-tauri/.gitignore
vendored
4
apps/desktop/src-tauri/.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
# Generated by Cargo
|
|
||||||
# will have compiled files and executables
|
|
||||||
/target/
|
|
||||||
|
|
14
apps/mobile/.gitignore
vendored
14
apps/mobile/.gitignore
vendored
@ -1,14 +0,0 @@
|
|||||||
node_modules/
|
|
||||||
.expo/
|
|
||||||
dist/
|
|
||||||
npm-debug.*
|
|
||||||
*.jks
|
|
||||||
*.p8
|
|
||||||
*.p12
|
|
||||||
*.key
|
|
||||||
*.mobileprovision
|
|
||||||
*.orig.*
|
|
||||||
web-build/
|
|
||||||
|
|
||||||
# macOS
|
|
||||||
.DS_Store
|
|
Loading…
x
Reference in New Issue
Block a user