diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-05-10 14:37:54 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-05-16 16:39:37 +0200 |
| commit | 49f94c9d6c8a137b3d75404bef359bb13b52fb6b (patch) | |
| tree | 4176f742cc8164e90ba5e59c76eb95dd2655e13f | |
| parent | 9670a6a6269b3169c6a6bec064eea02b5484786f (diff) | |
| download | mullvadvpn-49f94c9d6c8a137b3d75404bef359bb13b52fb6b.tar.xz mullvadvpn-49f94c9d6c8a137b3d75404bef359bb13b52fb6b.zip | |
Add blob to .gitignore
| -rw-r--r-- | .gitignore | 6 | ||||
| -rw-r--r-- | gui/.gitignore | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 2051f38c63..1efb0161fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,4 @@ /target/ -/gui/node_modules -/gui/build -/gui/scripts/out/ -/gui/src/main/management_interface/ -/gui/test/e2e/screenshots/ -/gui/test-results/ /build/ /dist .idea/ diff --git a/gui/.gitignore b/gui/.gitignore new file mode 100644 index 0000000000..933e161a70 --- /dev/null +++ b/gui/.gitignore @@ -0,0 +1,7 @@ +/node_modules +/build +/scripts/out/ +/src/main/management_interface/ +/test/e2e/screenshots/ +/test-results/ +/standalone-tests.sea.blob |
