Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-10-06 13:36:11 +0300
committerStefan Niedermann <info@niedermann.it>2020-10-06 13:36:11 +0300
commit9d60a9d27fdb937ca58fe6e26de87cc9cabd4964 (patch)
treeb5065782a26e2910c641fc4cff0db872ec238935 /.gitignore
parentcdcf799c9630ae99f63fd2ed5ab76d37e9354579 (diff)
#831 Migrate from SQLiteOpenHelper to Room
Add schemas again to .gitignore....?
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7006666f..74a30812 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,4 @@
*.iml
/projectFilesBackup/
/app/release/
-/schemas/ \ No newline at end of file
+/app/schemas/ \ No newline at end of file