Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vetle.Hjelmtvedt
inf226-2021-inchat
Commits
c30a78f8
Commit
c30a78f8
authored
Nov 11, 2021
by
arild2g
Browse files
Ignores compiler.xml and production.db
Ignores all db files and removes tracking from production.db
parent
980aa59d
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
c30a78f8
...
...
@@ -19,6 +19,7 @@
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
.idea/compiler.xml
# Gradle:
.idea/gradle.xml
...
...
@@ -27,6 +28,10 @@
# Mongo Explorer plugin:
.idea/mongoSettings.xml
## Database files:
/production.db
*.db
## File-based project format:
*.iws
...
...
@@ -53,5 +58,3 @@ fabric.properties
# *.iml
# modules.xml
*.db
production.db
View file @
c30a78f8
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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