diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-30 11:23:57 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-01-30 16:38:18 +0000 |
commit | 032ce4ec7c3d7ac138555dfe980ca53ebbf39f01 (patch) | |
tree | 97ead4fa03fbc4e31900fcc39adf5c1fd4594d39 /blueprints-processor/.gitignore | |
parent | 4903545aae48b6b8169b8716ba5bce7f0cd8d7ba (diff) |
Removing blueprints-processor
Blueprints-Processor is deprecated, use CCSDK/CDS instead
Change-Id: I0abc96061c3c5edc6c5d02bcd6f35e18e31882a7
Issue-ID: CCSDK-2051
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'blueprints-processor/.gitignore')
-rw-r--r-- | blueprints-processor/.gitignore | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/blueprints-processor/.gitignore b/blueprints-processor/.gitignore deleted file mode 100644 index dcf24b513..000000000 --- a/blueprints-processor/.gitignore +++ /dev/null @@ -1,30 +0,0 @@ -# Target dir in all projects
-**/target/*
-**/target-ide/*
-
-# Logs dir in all projects
-**/logs/*
-**/debug-logs/*
-
-# Added for Intellij IDEA IDE
-**/.idea/*
-
-# Generated models and features
-**/bin/*
-
-# MANIFEST.MF is updated on every clean install
-**/src/main/resources/META-INF/
-**/src/main/yang-gen-sal
-**/src/main/yang-gen-config
-
-
-**/pom.xml.versionsBackup
-**/.flattened-pom.xml
-**/.pydevproject
-**/.settings
-**/.classpath
-**/.project
-
-**/*.class
-**/*.prefs
-**/*.iml
\ No newline at end of file |