update docker-maven-plugin configs
[externalapi/nbi.git] / .gitignore
1 #
2 #     Copyright (c) 2018 Orange
3 #
4 #     Licensed under the Apache License, Version 2.0 (the "License");
5 #     you may not use this file except in compliance with the License.
6 #     You may obtain a copy of the License at
7 #
8 #         http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #     Unless required by applicable law or agreed to in writing, software
11 #     distributed under the License is distributed on an "AS IS" BASIS,
12 #     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #     See the License for the specific language governing permissions and
14 #     limitations under the License.
15 #
16
17 #### OS related ####
18 ### Linux related ###
19 *~
20
21 # KDE directory preferences
22 .directory
23
24 ### OSX related ###
25 .DS_Store
26 .AppleDouble
27 .LSOverride
28
29 # Icon must end with two \r
30 Icon
31
32 # Thumbnails
33 ._*
34
35 # Files that might appear on external disk
36 .Spotlight-V100
37 .Trashes
38
39 ### Windows related ###
40 # Windows image file caches
41 Thumbs.db
42 ehthumbs.db
43
44 # Folder config file
45 Desktop.ini
46
47 # Recycle Bin used on file shares
48 $RECYCLE.BIN/
49
50 # Windows Installer files
51 *.cab
52 *.msi
53 *.msm
54 *.msp
55
56 #### IDE related ####
57 ### Eclipse related ###
58 *.pydevproject
59 .metadata
60 .gradle
61 bin/
62 tmp/
63 *.tmp
64 *.bak
65 *.swp
66 *~.nib
67 local.properties
68 .settings/
69 .factorypath
70 .loadpath
71 .classpath
72 .project
73 .springBeans
74
75 # External tool builders
76 .externalToolBuilders/
77
78 # Locally stored "Eclipse launch configurations"
79 *.launch
80
81 # CDT-specific
82 .cproject
83
84 # PDT-specific
85 .buildpath
86
87 # TeXlipse plugin
88 .texlipse
89
90 ### Idea related ###
91 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
92
93 ## Directory-based project format
94 .idea/
95
96 ## File-based project format
97 *.ipr
98 *.iws
99 *.iml
100
101 ## Additional for IntelliJ
102 out/
103
104 # generated by JIRA plugin
105 atlassian-ide-plugin.xml
106
107 ### Netbeans related ###
108 nbproject/private/
109 build/
110 nbbuild/
111 dist/
112 nbdist/
113 nbactions.xml
114 nb-configuration.xml
115
116 ### Notepad++ backups ###
117 *.bak
118
119 ### Shell ###
120 *.sh
121
122 #### Tools & Languages related ####
123 ### Java related ###
124 *.class
125
126 # Package Files #
127 *.war
128 *.ear
129
130 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
131 hs_err_pid*
132
133 ### Maven related ###
134 target/
135 pom.xml.tag
136 pom.xml.releaseBackup
137 pom.xml.versionsBackup
138 pom.xml.next
139 release.properties
140
141 ### Git related ###
142 *.orig
143 /.apt_generated/