mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-24 22:38:42 +00:00
Clean up .gitignore and ignore some new files
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
03c4287e73
commit
4981f4c346
14
.gitignore
vendored
14
.gitignore
vendored
@ -24,8 +24,6 @@ DerivedData
|
|||||||
*.ipa
|
*.ipa
|
||||||
*.xcuserstate
|
*.xcuserstate
|
||||||
project.xcworkspace
|
project.xcworkspace
|
||||||
docker/*/*.zip
|
|
||||||
docker/*/*.run
|
|
||||||
|
|
||||||
# Android/IJ
|
# Android/IJ
|
||||||
#
|
#
|
||||||
@ -33,6 +31,7 @@ docker/*/*.run
|
|||||||
.gradle
|
.gradle
|
||||||
local.properties
|
local.properties
|
||||||
*.iml
|
*.iml
|
||||||
|
**/android/.project
|
||||||
|
|
||||||
# Atom
|
# Atom
|
||||||
.tags*
|
.tags*
|
||||||
@ -42,6 +41,9 @@ local.properties
|
|||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
.nvmrc
|
.nvmrc
|
||||||
|
.babelrc
|
||||||
|
yarn-error.log
|
||||||
|
default.realm/
|
||||||
|
|
||||||
# BUCK
|
# BUCK
|
||||||
buck-out/
|
buck-out/
|
||||||
@ -61,7 +63,11 @@ shim.js
|
|||||||
|
|
||||||
# Desktop build
|
# Desktop build
|
||||||
index.desktop.js
|
index.desktop.js
|
||||||
desktop/docker/linux/*.run
|
|
||||||
|
# Docker
|
||||||
|
#
|
||||||
|
docker/*/*.zip
|
||||||
|
docker/*/*.run
|
||||||
|
|
||||||
# Generated by lein voom
|
# Generated by lein voom
|
||||||
#
|
#
|
||||||
@ -156,5 +162,3 @@ logger_settings.ini
|
|||||||
conan*.txt
|
conan*.txt
|
||||||
conanbuildinfo.*
|
conanbuildinfo.*
|
||||||
conan.cmake
|
conan.cmake
|
||||||
/yarn-error.log
|
|
||||||
/default.realm/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user