diff options
| author | Paul-Christian Volkmer | 2026-01-09 09:05:19 +0100 |
|---|---|---|
| committer | GitHub | 2026-01-09 08:05:19 +0000 |
| commit | a777b837bbbd984df1cbf2e972efba4f5df19606 (patch) | |
| tree | 3edc7850c569368184f5cb8102cf84355e155e9e /.gitignore | |
| parent | ed4b068127530346345ed16b2e79b33bc5b03d57 (diff) | |
ci: build web resources (#240)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ build/ !**/src/main/**/build/ !**/src/test/**/build/ node_modules/ -**/*.css.map -**/*.js.map +**/static/*.css* +**/static/*.js* bindings/ca-certificates/*.pem |
