Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit d3151d4

Browse files
author
dan
committed
adding gitignore for all pyc files and for generated build files.
1 parent 3cc64c4 commit d3151d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
/local
77
/share
88
/env
9+
/build
10+
/dist
11+
*.pyc*
12+
/django_jquery_file_upload.egg-info

0 commit comments

Comments
 (0)