diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-08-05 18:30:45 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-08-05 18:30:45 -0700 |
commit | 5ddb72e86d9556e670a9350e9cc8d0d18ac213c8 (patch) | |
tree | 6b766356160b5f511da87f90fd3551009ab1da04 /gitignore | |
parent | [emacs] set font size for osx (diff) | |
download | emacs.d-5ddb72e86d9556e670a9350e9cc8d0d18ac213c8.tar.gz |
Shuffling things around in this repo
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gitignore b/gitignore deleted file mode 100644 index c8124cb..0000000 --- a/gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# osx stuff -.DS_Store -Icon - -# ide -.idea -*.iml -/env/* - -# python stuff -.flake8rc -*pyc - -# ctags stuff -TAGS -tags - -# emacs stuff -.projectile -.dir-locals.el -.pytest_cache/ - -.reviewboardrc -ui/package-lock.json |