diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-03-12 09:29:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:29:50 +0100 |
commit | c71a5392617c47d73479fa522d09063fb9c1f9e7 (patch) | |
tree | a51373b26b54e55c981c0c893e149fc82db0c4af /.gitignore | |
parent | cbee28b95150e85ee5cd26f1f41007cc82c3ff28 (diff) | |
parent | 2aa5ebc1485879b1e1555f72b42d3a5b3ee246a2 (diff) | |
download | translated-content-c71a5392617c47d73479fa522d09063fb9c1f9e7.tar.gz translated-content-c71a5392617c47d73479fa522d09063fb9c1f9e7.tar.bz2 translated-content-c71a5392617c47d73479fa522d09063fb9c1f9e7.zip |
Merge pull request #111 from peterbe/ignore-_githistoryjson
ignore _githistory.json
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..8d04505769 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_githistory.json |