diff options
author | zhuguanyu <zhuguanyu5@huawei.com> | 2023-08-14 15:03:42 +0800 |
---|---|---|
committer | zhuguanyu <zhuguanyu5@huawei.com> | 2023-08-23 15:25:33 +0800 |
commit | 3fd2e411d4a68470bc18987a004c688662c11068 (patch) | |
tree | c6403ad3bd9c97d59f7cb6782053d65058e4a98d /.gitignore | |
parent | 0c3b6bbeaad1c0ca97f32e0ba973f21c9e78bb41 (diff) |
YANG Comparator for YANG model automation
Issue-ID: MODELING-680
Change-Id: I555b4870d1fd5ca97136772f868482721af982d2
Signed-off-by: zhuguanyu <zhuguanyu5@huawei.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af665ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store |