Fix code smells based on SonarCloud report
[ccsdk/features.git] / .gitignore
1 # Target dir in all projects
2 **/target/*
3 **/target-ide/*
4
5 # Logs dir in all projects
6 **/logs/*
7 **/debug-logs/*
8
9 # Added for Intellij IDEA IDE
10 **/.idea/*
11
12 # Generated models and features
13 **/bin/*
14
15 # MANIFEST.MF is updated on every clean install
16 **/src/main/resources/META-INF/
17 **/src/main/yang-gen-sal
18 **/src/main/yang-gen-config
19
20
21 **/pom.xml.versionsBackup
22 **/.fbExcludeFilterFile
23 **/.flattened-pom.xml
24 **/.pydevproject
25 **/.checkstyle
26 **/.classpath
27 **/.settings
28 **/.project
29
30 **/*.class
31 **/*.prefs
32 **/*.iml
33
34 direct-dependencies.txt