From ad68aa9fdcf13ed84bfd3158f5be6bd92188083a Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Tue, 2 Oct 2018 17:21:57 +0200 Subject: [PATCH] keep uploads dir with sub-dirs without files in them --- api-wiaas/.gitignore | 1 - api-wiaas/client/uploads/OrderAgreement/.gitignore | 8 ++++++++ api-wiaas/client/uploads/Statements/.gitignore | 8 ++++++++ api-wiaas/client/uploads/TemplateAgreement/.gitignore | 8 ++++++++ api-wiaas/client/uploads/configuration/.gitignore | 8 ++++++++ api-wiaas/client/uploads/customerAcceptance/.gitignore | 8 ++++++++ api-wiaas/client/uploads/installGuide/.gitignore | 8 ++++++++ api-wiaas/client/uploads/installationProtocol/.gitignore | 8 ++++++++ api-wiaas/client/uploads/orderQuestionaire/.gitignore | 8 ++++++++ api-wiaas/client/uploads/templateQuestionaire/.gitignore | 8 ++++++++ 10 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 api-wiaas/client/uploads/OrderAgreement/.gitignore create mode 100644 api-wiaas/client/uploads/Statements/.gitignore create mode 100644 api-wiaas/client/uploads/TemplateAgreement/.gitignore create mode 100644 api-wiaas/client/uploads/configuration/.gitignore create mode 100644 api-wiaas/client/uploads/customerAcceptance/.gitignore create mode 100644 api-wiaas/client/uploads/installGuide/.gitignore create mode 100644 api-wiaas/client/uploads/installationProtocol/.gitignore create mode 100644 api-wiaas/client/uploads/orderQuestionaire/.gitignore create mode 100644 api-wiaas/client/uploads/templateQuestionaire/.gitignore diff --git a/api-wiaas/.gitignore b/api-wiaas/.gitignore index d7c2a17..cb20b52 100644 --- a/api-wiaas/.gitignore +++ b/api-wiaas/.gitignore @@ -1,4 +1,3 @@ node_modules/ -client/uploads api-wiaas/client/js/bower_components vendor diff --git a/api-wiaas/client/uploads/OrderAgreement/.gitignore b/api-wiaas/client/uploads/OrderAgreement/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/OrderAgreement/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/api-wiaas/client/uploads/Statements/.gitignore b/api-wiaas/client/uploads/Statements/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/Statements/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/api-wiaas/client/uploads/TemplateAgreement/.gitignore b/api-wiaas/client/uploads/TemplateAgreement/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/TemplateAgreement/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/api-wiaas/client/uploads/configuration/.gitignore b/api-wiaas/client/uploads/configuration/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/configuration/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/api-wiaas/client/uploads/customerAcceptance/.gitignore b/api-wiaas/client/uploads/customerAcceptance/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/customerAcceptance/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/api-wiaas/client/uploads/installGuide/.gitignore b/api-wiaas/client/uploads/installGuide/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/installGuide/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/api-wiaas/client/uploads/installationProtocol/.gitignore b/api-wiaas/client/uploads/installationProtocol/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/installationProtocol/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/api-wiaas/client/uploads/orderQuestionaire/.gitignore b/api-wiaas/client/uploads/orderQuestionaire/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/orderQuestionaire/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/api-wiaas/client/uploads/templateQuestionaire/.gitignore b/api-wiaas/client/uploads/templateQuestionaire/.gitignore new file mode 100644 index 0000000..0d133b2 --- /dev/null +++ b/api-wiaas/client/uploads/templateQuestionaire/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file