SUPPORT-8400: FileUploadService
This commit is contained in:
parent
4ae87e163e
commit
828884954d
14 changed files with 646 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ignore target and tmp dir
|
||||
target*/
|
||||
tmp*/
|
||||
debug.log
|
||||
|
||||
#
|
||||
# IntelliJ IDEA project files
|
||||
#
|
||||
.idea*/
|
||||
.classes*/
|
||||
*.ipr
|
||||
*.iml
|
||||
*.iws
|
||||
*.ids
|
||||
|
||||
# os meta files
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
|
||||
*.orig
|
||||
pom.xml.versionsBackup
|
||||
.flattened-pom.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue