root / .gitignore @ b4767a3a
History | View | Annotate | Download (400 Bytes)
1 |
build.properties |
---|---|
2 |
.idea |
3 |
*.iml |
4 |
bin |
5 |
dependencies |
6 |
war |
7 |
.gwt |
8 |
.project |
9 |
.classpath |
10 |
.settings |
11 |
.gwt-tmp |
12 |
tomcat |
13 |
gwt-unitCache |
14 |
*.pyc |
15 |
.DS_Store |
16 |
*.egg-info |
17 |
*/dist/ |
18 |
*/build/ |
19 |
*/pithos_webclient/version.py |
20 |
*/pithos_webclient/templates/pithos_web_client/* |
21 |
*/pithos_webclient/static/pithos_web_client/* |
22 |
distribute*.tar.gz |
23 |
distribute*.egg |
24 |
docs/build |
25 |
pithos-web-client.sublime-project |
26 |
pithos-web-client.sublime-workspace |