From 58457a8de75959ae07dc09df095d72adc5965a7c Mon Sep 17 00:00:00 2001 From: Pavel Paroulek Date: Tue, 15 Jan 2019 18:53:50 +0100 Subject: Initial commit Java dummy backend and frontend Change-Id: I8c5528fcf8a746154e0463e065238061ddf6b877 Issue-ID: AAI-532 Signed-off-by: Pavel Paroulek --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42fef25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ + +# dependencies +/graphgraph-fe/node_modules +/graphgraph-fe/.pnp +/graphgraph-fe/.pnp.js + +# testing +/graphgraph-fe/coverage + +# production +/graphgraph-fe/build + +# misc +/graphgraph-fe/DS_Store +/graphgraph-fe/env.local +/graphgraph-fe/env.development.local +/graphgraph-fe/env.test.local +/graphgraph-fe/.env.production.local + +/graphgraph-fe/npm-debug.log* +/graphgraph-fe/yarn-debug.log* +/graphgraph-fe/yarn-error.log* + +/.idea +/target -- cgit 1.2.3-korg