Migrate externalapi-nbi docs
[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 ### Restructured Text ###
22 conf.py
23 __*
24 _static
25
26 # KDE directory preferences
27 .directory
28
29 ### OSX related ###
30 .DS_Store
31 .AppleDouble
32 .LSOverride
33
34 # Icon must end with two \r
35 Icon
36
37 # Thumbnails
38 ._*
39
40 # Files that might appear on external disk
41 .Spotlight-V100
42 .Trashes
43
44 # vscode
45  .vscode
46
47 ### Windows related ###
48 # Windows image file caches
49 Thumbs.db
50 ehthumbs.db
51
52 # Folder config file
53 Desktop.ini
54
55 # Recycle Bin used on file shares
56 $RECYCLE.BIN/
57
58 # Windows Installer files
59 *.cab
60 *.msi
61 *.msm
62 *.msp
63
64 #### IDE related ####
65 ### Eclipse related ###
66 *.pydevproject
67 .metadata
68 .gradle
69 bin/
70 tmp/
71 *.tmp
72 *.bak
73 *.swp
74 *~.nib
75 local.properties
76 .settings/
77 .factorypath
78 .loadpath
79 .classpath
80 .project
81 .springBeans
82
83 # External tool builders
84 .externalToolBuilders/
85
86 # Locally stored "Eclipse launch configurations"
87 *.launch
88
89 # CDT-specific
90 .cproject
91
92 # PDT-specific
93 .buildpath
94
95 # TeXlipse plugin
96 .texlipse
97
98 ### Idea related ###
99 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
100
101 ## Directory-based project format
102 .idea/
103
104 ## File-based project format
105 *.ipr
106 *.iws
107 *.iml
108
109 ## Additional for IntelliJ
110 out/
111
112 # generated by JIRA plugin
113 atlassian-ide-plugin.xml
114
115 ### Netbeans related ###
116 nbproject/private/
117 build/
118 nbbuild/
119 dist/
120 nbdist/
121 nbactions.xml
122 nb-configuration.xml
123
124 ### Notepad++ backups ###
125 *.bak
126
127 ### Shell ###
128 *.sh
129
130 #### Tools & Languages related ####
131 ### Java related ###
132 *.class
133
134 # Package Files #
135 *.war
136 *.ear
137
138 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
139 hs_err_pid*
140
141 ### Maven related ###
142 target/
143 pom.xml.tag
144 pom.xml.releaseBackup
145 pom.xml.versionsBackup
146 pom.xml.next
147 release.properties
148
149 ### Git related ###
150 *.orig
151 /.apt_generated/