diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-30 11:55:39 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-30 11:55:39 +0200 |
| commit | a9270436ab85bc01eb3313d72ce231008676d7f0 (patch) | |
| tree | 40f5bcc15bae80467cae77c669bebaafc153825a | |
| parent | 0f0bd402988c91951d004a3c4ee802faf52d504f (diff) | |
| parent | cedd59ff1b74afe12ab3921e63cb8fc17733d163 (diff) | |
| download | mullvadvpn-a9270436ab85bc01eb3313d72ce231008676d7f0.tar.xz mullvadvpn-a9270436ab85bc01eb3313d72ce231008676d7f0.zip | |
Merge branch 'ignore-exact-files'
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index a29ecf69e9..acb029c125 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,11 @@ -target/ -node_modules -dist -build -flow-typed +/target/ +/node_modules +/dist +/build +/flow-typed .DS_Store *.log -dist-assets/relays.json -windows/**/bin/ +/dist-assets/relays.json +/windows/**/bin/ **/.vs/ *.bak |
