diff options
author | Nicolas Hu <jh245g@att.com> | 2017-10-06 11:15:56 -0400 |
---|---|---|
committer | Nicolas Hu <jh245g@att.com> | 2017-10-06 11:15:56 -0400 |
commit | d9503e2423f66edc1923afe678807d97b74b2b02 (patch) | |
tree | c5e3f3efbff1011ffb479b1c964edbc09f850095 /ccsdk-app-common | |
parent | c19189718469498377b194eea2f9a247bb79c4f9 (diff) |
Refactor CCSDK/Dashboard project: Add git files
Change-Id: I92b6ccb444adf6ce38eb42ae3cce11bdab380ffa
Issues-Id: CCSDK-111
Signed-off-by: Nicolas Hu <jh245g@att.com>
Diffstat (limited to 'ccsdk-app-common')
-rw-r--r-- | ccsdk-app-common/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ccsdk-app-common/.gitignore b/ccsdk-app-common/.gitignore new file mode 100644 index 0000000..3ed184f --- /dev/null +++ b/ccsdk-app-common/.gitignore @@ -0,0 +1,9 @@ +.classpath +.project +.settings/ +/bin/ +/target/ +/catalina.base_IS_UNDEFINED/ +/debug-logs/ +/logs/ +ccsdk-app-common.iml |