diff options
author | rtz12 <koenig@fagott.pw> | 2016-10-02 02:59:08 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2016-10-02 02:59:08 (UTC) |
commit | 5997487fc5cc2126fb5afa12b75b67f3985e11d2 (patch) | |
tree | d0631885961a35daf7ec302161ea888ae02183aa /.gitignore | |
parent | b799217c66df7c1c4ef285699273a5222efccfb0 (diff) |
Importer etwas netter strukturiert und Support fuer die neuen ACD-Daten
hinzugefuegt
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,4 +8,7 @@ package.json | |||
8 | 8 | ||
9 | #Gebuildete Dateien | 9 | #Gebuildete Dateien |
10 | assets/js/* | 10 | assets/js/* |
11 | assets/css/* \ No newline at end of file | 11 | assets/css/* |
12 | |||
13 | #Binaries | ||
14 | /importer | ||