Remove documentation

This commit is contained in:
Patrik Svensson
2025-12-24 20:17:42 +01:00
parent 1002fe9feb
commit fed1b8db89
10 changed files with 10 additions and 88 deletions

View File

@@ -9,12 +9,10 @@
"npm": {
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"docs/**"
"**/bower_components/**"
]
},
"ignorePaths": [
"resources/scripts/**",
"docs/**"
"resources/scripts/**"
]
}