From e99b7fa829bf957c2a46223a1a20a32aebeda91b Mon Sep 17 00:00:00 2001 From: arthurdent3 Date: Fri, 2 Feb 2018 21:19:53 -0500 Subject: Initial code Import. Issue-ID: MUSIC-21 Change-Id: I89ceab0891b4b7cb999dab532d6bae9092f027cc Signed-off-by: arthurdent3 --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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/ -- cgit 1.2.3-korg