forked from jenkinsci/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (67 loc) · 973 Bytes
/
.gitignore
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
target
work
# IntelliJ project files
*.iml
*.iws
*.ipr
/.idea/*
!/.idea/icon.svg
!/.idea/.name
!/.idea/encodings.xml
out
# Eclipse and VSCode project files
.settings
.classpath
.project
.factorypath
build
# VSCode workspace file
*.code-workspace
# vim
*~
*.swp
# ctags
tags
# OS X
.DS_Store
# mvn versions:set
pom.xml.versionsBackup
war/images/16x16
war/images/24x24
war/images/32x32
war/images/48x48
jenkins.war
RPMS
SRPMS
debian/binary
debian/debian/jenkins
debian/debian/jenkins.substvars
debian/debian/files
debian/build-stamp
debian/configure-stamp
*.debhelper
*.debhelper.log
jenkins_*.build
jenkins_*.changes
*.deb
*.pkg
*.zip
push-build.sh
node_modules/
yarn-error.log
.java-version
.checkstyle
/rebel.xml
junit.xml
# Yarn
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
# Node
node/
node_modules/
# Generated JavaScript Bundles
war/src/main/webapp/jsbundles/