Skip to content

Commit d1c2a8b

Browse files
committed
Makefile/whitespaces: ignore angular and wasm build outputs
1 parent f328537 commit d1c2a8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,10 @@ fix-trailing-whitespace: ## Remove trailing whitespaces from all files
190190
-o -name "*.js" -o -name "*.jsx" -o -name "*.sh" \) \
191191
-not -path "./target/*" \
192192
-not -path "./node_modules/*" \
193+
-not -path "./frontend/.angular/*" \
193194
-not -path "./frontend/node_modules/*" \
194195
-not -path "./frontend/dist/*" \
196+
-not -path "./pkg/*" \
195197
-not -path "./website/node_modules/*" \
196198
-not -path "./website/build/*" \
197199
-not -path "./website/static/api-docs/*" \
@@ -209,8 +211,10 @@ check-trailing-whitespace: ## Check for trailing whitespaces in source files
209211
-o -name "*.js" -o -name "*.jsx" -o -name "*.sh" \) \
210212
-not -path "./target/*" \
211213
-not -path "./node_modules/*" \
214+
-not -path "./frontend/.angular/*" \
212215
-not -path "./frontend/node_modules/*" \
213216
-not -path "./frontend/dist/*" \
217+
-not -path "./pkg/*" \
214218
-not -path "./website/node_modules/*" \
215219
-not -path "./website/build/*" \
216220
-not -path "./website/static/api-docs/*" \

0 commit comments

Comments
 (0)