summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-09-11 00:39:00 +0200
committerMelonai <einebeere@gmail.com>2021-09-11 00:39:00 +0200
commitff1bee9cbd3fa99a962f4e98429fe3827ec632a7 (patch)
treec90e5f23f081380ceb375faedc7836d42d268f6f /.gitignore
parenta32b9fe723c633cf5349bb0479d97e1f6d04445d (diff)
downloadportgate-ff1bee9cbd3fa99a962f4e98429fe3827ec632a7.tar.zst
portgate-ff1bee9cbd3fa99a962f4e98429fe3827ec632a7.zip
Add .DS_Store to .git_ignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a48fe5c..6a1e8f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@
 
 # IDE specific files
 .idea/
+
+.DS_Store
\ No newline at end of file