aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorMaciej Wilk <[email protected]>2021-05-15 01:02:58 +0200
committerMaciej Wilk <[email protected]>2021-05-15 01:02:58 +0200
commit2d14176542e70a5a2badde79d2dd89a0d39a471d (patch)
tree9b99fcc4cf2a91f5728deea9123a43cee743241f /.gitignore
parent5fad4509f06302931002d40bd3e74a7bb0751150 (diff)
downloadSponsorBlock-2d14176542e70a5a2badde79d2dd89a0d39a471d.tar.gz
SponsorBlock-2d14176542e70a5a2badde79d2dd89a0d39a471d.zip
added .DS_Store to not commit by mistake
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a3112c1c..2833884c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,5 @@ node_modules
web-ext-artifacts
.vscode/
dist/
-tmp/ \ No newline at end of file
+tmp/
+.DS_Store \ No newline at end of file