diff options
author | arthurdent3 <tn1381@att.com> | 2018-02-02 21:19:53 -0500 |
---|---|---|
committer | arthurdent3 <tn1381@att.com> | 2018-02-05 10:20:49 -0500 |
commit | e99b7fa829bf957c2a46223a1a20a32aebeda91b (patch) | |
tree | 59ea8681b4165df7fb2482af3f6d411115e32f5a /.gitignore | |
parent | d221feba08b6ad24e7d232247306f7b67934941d (diff) |
Initial code Import.
Issue-ID: MUSIC-21
Change-Id: I89ceab0891b4b7cb999dab532d6bae9092f027cc
Signed-off-by: arthurdent3 <tn1381@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b1c3835b --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# ignore all bin directories +# matches "bin" in any subfolder +bin/ +# ignore all target directories +target/ +src/main/webapp +# ignore all files ending with ~ +*~ +.DS_Store +._* +.metadata +# Eclipse stuff +/.settings/ +.classpath +.project +# Idea +.idea +debug-logs/ +/logs/ |