mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
chore: Exclude .DS_Store files
This commit is contained in:
parent
f366046e34
commit
8b1f295b6b
3
.gitignore
vendored
3
.gitignore
vendored
@ -131,5 +131,8 @@ local.properties
|
|||||||
checkstyle.xml
|
checkstyle.xml
|
||||||
classes/
|
classes/
|
||||||
*.bat
|
*.bat
|
||||||
|
|
||||||
|
# Other
|
||||||
docs/
|
docs/
|
||||||
build/
|
build/
|
||||||
|
.DS_Store
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
jdkVersion = "17"
|
|
||||||
build = "gradle clean build -x test"
|
|
||||||
tools = ["findsecbugs", "ErrorProne", "Semgrep", "Detekt", "Infer"]
|
|
||||||
ignoreRules = ["CatchAndPrintStackTrace", "ReferenceEquality", "FallThrough", "FutureReturnValueIgnored", "MixedMutabilityReturnType", "EmptyCatch", "MissingCasesInEnumSwitch", "OperatorPrecedence", "StaticAssignmentInConstructor", "ReferenceEquality", "EqualsHashCode", "EqualsGetClass", "TypeParameterUnusedInFormals", "StringSplitter", "InlineMeSuggester", "NULL_DEREFERENCE"]
|
|
Loading…
Reference in New Issue
Block a user