diff options
author | 2023-01-19 11:30:40 +0000 | |
---|---|---|
committer | 2023-01-19 11:31:07 +0000 | |
commit | b8f3420c8d44400436337d36988a1f7610e4b9a5 (patch) | |
tree | 77d5a52e14bfce9620dbe2f74d9bde4075b97f17 /.gitignore | |
parent | debe3ec76ad6dc7775ba34f64ed010fe9d83abe8 (diff) |
Minor refactoring
Change-Id: Ib2dfbc9ea6ced47ba8455016adc5963d6ced92ef
Issue-ID: SO-4068
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5814298 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +target +**/.settings +**/.classpath +**/.project +**/.buildpath +**/.factorypath +**/.springBeans +**/.project +**/.classpath +.idea +.checkstyle +.DS_Store +.*~ +*.iml +**/logs/ +**/debug-logs/ +*.class +*.swp +*.log +*.tmp +**/bin/ +/tattletale/ +/.metadata/ +**/.sts4-cache +**/.java-version |