Skip to content

Commit 5f4befb

Browse files
committed
Simplify .gitignore
1 parent c869771 commit 5f4befb

File tree

1 file changed

+8
-163
lines changed

1 file changed

+8
-163
lines changed

.gitignore

Lines changed: 8 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -1,167 +1,12 @@
1-
### Vert.x ###
2-
.vertx/
3-
4-
### Eclipse ###
5-
6-
.metadata
7-
bin/
8-
tmp/
9-
*.tmp
10-
*.bak
11-
*.swp
12-
*~.nib
13-
local.properties
14-
.settings/
15-
.loadpath
16-
.recommenders
17-
18-
# External tool builders
19-
.externalToolBuilders/
20-
21-
# Locally stored "Eclipse launch configurations"
22-
*.launch
23-
24-
# PyDev specific (Python IDE for Eclipse)
25-
*.pydevproject
26-
27-
# CDT-specific (C/C++ Development Tooling)
28-
.cproject
29-
30-
# Java annotation processor (APT)
31-
.factorypath
32-
33-
# PDT-specific (PHP Development Tools)
34-
.buildpath
35-
36-
# sbteclipse plugin
37-
.target
38-
39-
# Tern plugin
40-
.tern-project
41-
42-
# TeXlipse plugin
43-
.texlipse
44-
45-
# STS (Spring Tool Suite)
46-
.springBeans
47-
48-
# Code Recommenders
49-
.recommenders/
50-
51-
# Scala IDE specific (Scala & Java development for Eclipse)
52-
.cache-main
53-
.scala_dependencies
54-
.worksheet
55-
56-
### Intellij+iml ###
57-
.idea/
1+
.gradle
2+
.idea
3+
.vertx
584
*.iml
59-
60-
# CMake
61-
cmake-buildTool-debug/
62-
63-
# Mongo Explorer plugin:
64-
.idea/**/mongoSettings.xml
65-
66-
## File-based project format:
675
*.iws
68-
69-
## Plugin-specific files:
70-
71-
# IntelliJ
72-
/out/
73-
74-
# mpeltonen/sbt-idea plugin
75-
.idea_modules/
76-
77-
# JIRA plugin
78-
atlassian-ide-plugin.xml
79-
80-
# Cursive Clojure plugin
81-
.idea/replstate.xml
82-
83-
# Crashlytics plugin (for Android Studio and IntelliJ)
84-
com_crashlytics_export_strings.xml
85-
crashlytics.properties
86-
crashlytics-buildTool.properties
87-
fabric.properties
88-
89-
### Intellij+iml Patch ###
90-
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
91-
92-
modules.xml
93-
.idea/misc.xml
946
*.ipr
95-
96-
### macOS ###
97-
*.DS_Store
98-
.AppleDouble
99-
.LSOverride
100-
101-
# Icon must end with two \r
102-
Icon
103-
104-
# Thumbnails
105-
._*
106-
107-
# Files that might appear in the root of a volume
108-
.DocumentRevisions-V100
109-
.fseventsd
110-
.Spotlight-V100
111-
.TemporaryItems
112-
.Trashes
113-
.VolumeIcon.icns
114-
.com.apple.timemachine.donotpresent
115-
116-
# Directories potentially created on remote AFP share
117-
.AppleDB
118-
.AppleDesktop
119-
Network Trash Folder
120-
Temporary Items
121-
.apdisk
122-
123-
### Maven ###
1247
target/
125-
pom.xml.tag
126-
pom.xml.releaseBackup
127-
pom.xml.versionsBackup
128-
pom.xml.next
129-
release.properties
130-
dependency-reduced-pom.xml
131-
buildNumber.properties
132-
.mvn/timing.properties
133-
134-
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
135-
!/.mvn/wrapper/maven-wrapper.jar
136-
137-
### Gradle ###
138-
.gradle
139-
/buildTool/
140-
build
141-
142-
# Ignore Gradle GUI config
143-
gradle-app.setting
144-
145-
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
146-
!gradle-wrapper.jar
147-
148-
# Cache of project
149-
.gradletasknamecache
150-
151-
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
152-
# gradle/wrapper/gradle-wrapper.properties
153-
154-
### NetBeans ###
155-
nbproject/private/
156-
buildTool/
157-
nbbuild/
158-
dist/
159-
nbdist/
160-
.nb-gradle/
161-
162-
### VisualStudioCode ###
163-
.vscode/*
164-
!.vscode/settings.json
165-
!.vscode/tasks.json
166-
!.vscode/launch.json
167-
!.vscode/extensions.json
8+
build/
9+
.ruby-version
10+
.sass-cache/
11+
Gemfile.lock
12+
_site/

0 commit comments

Comments
 (0)