diff options
| -rw-r--r-- | .gitignore | 10 | ||||
| -rw-r--r-- | alias_server/.gitignore | 1 | ||||
| -rw-r--r-- | webclient/.gitignore | 3 |
3 files changed, 11 insertions, 3 deletions
@@ -1,8 +1,12 @@ -*.pyc -*.directory +#IDE files +.settings/ .project .pydevproject -.settings/ + +#config files config.ini config.js + +#automatic backup files *~ +\#*\# diff --git a/alias_server/.gitignore b/alias_server/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/alias_server/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/webclient/.gitignore b/webclient/.gitignore new file mode 100644 index 0000000..05d8dd4 --- /dev/null +++ b/webclient/.gitignore @@ -0,0 +1,3 @@ +production.* +docs.html +docs/ |
