#3 add .gitignore
Merged 6 years ago by bookwar. Opened 6 years ago by lenkaseg.
lenkaseg/cranc gitignore  into  master

file added
+9
@@ -0,0 +1,9 @@ 

+ # python/editor specific files to ignore

+ dist/

+ build/

+ *.pyc

+ *.pyo

+ *.swp

+ *.egg-info

+ *.conf

+ __pycache__

pycache removed from git and all *.pyc as well
.gitignore created

fixes #2

Metadata Update from @lenkaseg:
- Request assigned

6 years ago

Pull-Request has been merged by bookwar

6 years ago