diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 00000000..3795d52e --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Eclipse +**/__pycache__/ +.pydevproject +.project +**/migrations/ +logs/ +.settings +.project +.tern-project +d2ice.att.io/.idea/ +d2ice.att.io/app/styles/app.css +*.orig +.idea +d2ice.att.io/app/styles/app.less +npm-debug.log +txcontainerkit/ +d2ice.att.io/app/app.env.js +.DS_Store |