File: .gitignore

package info (click to toggle)
libmina-sshd-java 2.13.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,428 kB
  • sloc: java: 136,607; xml: 4,544; sh: 917; python: 239; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (2)
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
target/
Servers/
.metadata/
.recommenders/
.settings/
RemoteSystemsTempFiles/
.classpath
.project
# Puthon related files
.pydevproject
*.pyc
.checkstyle
.eclipse-pmd
.pmd
*.iml
*.ipr
*.iws
.idea
.springBeans
.externalToolBuilders

# Maven formatter plugin
*/.cache/
.cache/

# Pre-release temporary files
*.releaseBackup
release.properties

# VS Code
.vscode/
*.code-workspace

# Serialized objects
*.ser

# Locks and temporary files
*~
.attach_pid*

# OSX files
.DS_Store