[AAI] Schema changes for Cell and Neighbour
[aai/schema-service.git] / .gitignore
1 ######################
2 # Project Specific
3 ######################
4 /target/www/**
5 /src/test/javascript/coverage/
6 /plantuml/backups/
7
8 ######################
9 # Node
10 ######################
11 /node/
12 node_tmp/
13 node_modules/
14 npm-debug.log.*
15 /.awcache/*
16 /.cache-loader/*
17
18 ######################
19 # SASS
20 ######################
21 .sass-cache/
22
23 ######################
24 # Eclipse
25 ######################
26 *.pydevproject
27 .project
28 .metadata
29 tmp/
30 tmp/**/*
31 *.tmp
32 *.bak
33 *.swp
34 *~.nib
35 local.properties
36 .classpath
37 .settings/
38 .loadpath
39 .factorypath
40 /src/main/resources/rebel.xml
41
42 # External tool builders
43 .externalToolBuilders/**
44
45 # Locally stored "Eclipse launch configurations"
46 *.launch
47
48 # CDT-specific
49 .cproject
50
51 # PDT-specific
52 .buildpath
53
54 ######################
55 # Intellij
56 ######################
57 .idea/
58 *.iml
59 *.iws
60 *.ipr
61 *.ids
62 *.orig
63 classes/
64 out/
65
66 ######################
67 # Visual Studio Code
68 ######################
69 .vscode/
70
71 ######################
72 # Maven
73 ######################
74 /log/
75 **/target/**
76
77 ######################
78 # Gradle
79 ######################
80 .gradle/
81 /build/
82
83 ######################
84 # Package Files
85 ######################
86 *.jar
87 *.war
88 *.ear
89 *.db
90
91 ######################
92 # Windows
93 ######################
94 # Windows image file caches
95 Thumbs.db
96
97 # Folder config file
98 Desktop.ini
99
100 ######################
101 # Mac OSX
102 ######################
103 .DS_Store
104 .svn
105
106 # Thumbnails
107 ._*
108
109 # Files that might appear on external disk
110 .Spotlight-V100
111 .Trashes
112
113 ######################
114 # Directories
115 ######################
116 /bin/
117 /deploy/
118
119 ######################
120 # Logs
121 ######################
122 *.log*
123
124 ######################
125 # Others
126 ######################
127 *.class
128 *.*~
129 *~
130 .merge_file*
131
132 ######################
133 # Gradle Wrapper
134 ######################
135 !gradle/wrapper/gradle-wrapper.jar
136
137 ######################
138 # Maven Wrapper
139 ######################
140 !.mvn/wrapper/maven-wrapper.jar
141
142 ######################
143 # ESLint
144 ######################
145 .eslintcache
146
147 **/aai_swagger_html/**
148 **/aai_swagger_yaml/**