diff options
author | Aki <please@ignore.pl> | 2021-04-06 21:20:55 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-04-06 21:20:55 +0200 |
commit | 4bce88b0565784e5abc4b0bc9032eaa98c5ab884 (patch) | |
tree | accffd45154e09622afd404d3eb0b4eb344904fb | |
parent | 942b2af131b40df3b68302438eb22c830535560d (diff) | |
download | derelict-prototype-4bce88b0565784e5abc4b0bc9032eaa98c5ab884.zip derelict-prototype-4bce88b0565784e5abc4b0bc9032eaa98c5ab884.tar.gz derelict-prototype-4bce88b0565784e5abc4b0bc9032eaa98c5ab884.tar.bz2 |
Added pycache and json files to ignore list
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8691330 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.json |