aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0605b6c90951e94ec93b15f2e56df14717f7ccef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#####standard .git ignore entries#####

## IDE Specific Files ##
org.eclipse.core.resources.prefs
.classpath
.project
.settings
.idea
.externalToolBuilders
.checkstyle
maven-eclipse.xml
workspace
.pydevproject
.vscode
.factorypath

## Compilation Files ##
*.class
**/target
target
target-ide
MANIFEST.MF
**/yang-gen-sal
*.interp
sli/model/src/main/java
node_modules
package-lock.json

## Misc Ignores (OS specific etc) ##
bin/
dist
*~
*.ipr
*.iml
*.iws
classes
out/
.DS_STORE
.metadata

## Documentation ignores ##
.tox
_build/
.swagger*
docs/offeredapis/swagger/README.md
a1-policy-management/api/README.md
a1-policy-management/api/.openapi-generator*
a1-policy-management/api/pms-api/.openapi-generator*