Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 196529b

Browse files
committed
Ignored IDE settings
1 parent 510cd64 commit 196529b

File tree

4 files changed

+70
-18
lines changed

4 files changed

+70
-18
lines changed

‎.gitignore

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,76 @@
1+
# VSCode
2+
.vscode/
3+
4+
# Intellij
5+
.idea/
6+
*.iml
7+
*.iws
18
out/
29
target/
3-
.idea/
4-
/bin/
5-
.classpath/
6-
.project/
10+
11+
# Mac
12+
.DS_Store
13+
14+
# Maven
15+
log/
16+
target/
17+
18+
### Eclipse ###
19+
20+
.metadata
21+
bin/
22+
tmp/
23+
*.tmp
24+
*.bak
25+
*.swp
26+
*~.nib
27+
local.properties
728
.settings/
29+
.loadpath
30+
.recommenders
31+
32+
# External tool builders
33+
.externalToolBuilders/
34+
35+
# Locally stored "Eclipse launch configurations"
36+
*.launch
37+
38+
# PyDev specific (Python IDE for Eclipse)
39+
*.pydevproject
40+
41+
# CDT-specific (C/C++ Development Tooling)
42+
.cproject
43+
44+
# Java annotation processor (APT)
45+
.factorypath
46+
47+
# PDT-specific (PHP Development Tools)
48+
.buildpath
49+
50+
# sbteclipse plugin
51+
.target
52+
53+
# Tern plugin
54+
.tern-project
55+
56+
# TeXlipse plugin
57+
.texlipse
58+
59+
# STS (Spring Tool Suite)
60+
.springBeans
61+
62+
# Code Recommenders
63+
.recommenders/
64+
65+
# Scala IDE specific (Scala & Java development for Eclipse)
66+
.cache-main
67+
.scala_dependencies
68+
.worksheet
869

70+
### Eclipse Patch ###
71+
# Eclipse Core
72+
.project
973

74+
# JDT-specific (Eclipse Java Development Tools)
75+
.classpath
1076

‎.idea/misc.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /