Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
horanvo
take-your-pill
Commits
77ec0198
Commit
77ec0198
authored
4 years ago
by
Vojtěch Hořánek
Browse files
Options
Download
Email Patches
Plain Diff
updated gitignore
parent
352a7e51
master
develop
v1.5
v1.5.rc3
1 merge request
!27
RC3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+9
-3
.gitignore
protocol/.idea/.gitignore
+2
-0
protocol/.idea/.gitignore
with
11 additions
and
3 deletions
+11
-3
.gitignore
+
9
-
3
View file @
77ec0198
...
...
@@ -4,9 +4,17 @@
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/misc.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/protocol/.idea/caches
/protocol/.idea/libraries
/protocol/.idea/modules.xml
/protocol/.idea/misc.xml
/protocol/.idea/workspace.xml
/protocol/.idea/navEditor.xml
/protocol/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
...
...
@@ -51,7 +59,6 @@ proguard/
captures/
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
...
...
@@ -70,7 +77,6 @@ captures/
#*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/
# Google Services (e.g. APIs or Firebase)
...
...
@@ -99,4 +105,4 @@ lint/tmp/
# lint/reports/
/app/schemas/eu.vojtechh.takeyourpill.database.PillDatabase/
*.aux
\ No newline at end of file
*.aux
This diff is collapsed.
Click to expand it.
protocol/.idea/.gitignore
+
2
-
0
View file @
77ec0198
# Default ignored files
/shelf/
/workspace.xml
misc.xml
modules.xml
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets