mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 06:27:49 +01:00
Ignore gradle.properties.swp (#8425)
* gitignore * e * . * suggestion changes
This commit is contained in:
parent
1e93d785e5
commit
37ff3b4920
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -10,4 +10,7 @@
|
||||||
*/build
|
*/build
|
||||||
/build
|
/build
|
||||||
*.apk
|
*.apk
|
||||||
app/**/output.json
|
app/**/output.json
|
||||||
|
|
||||||
|
# Unnecessary file
|
||||||
|
*.swp
|
Loading…
Reference in a new issue