Movatterモバイル変換


[0]ホーム

URL:


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

Commitb3fc60f

Browse files
authored
update .gitignore (iluwatar#1651)
* updated factorypath* updated gitignore
1 parent2207ea4 commitb3fc60f

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

‎.gitignore

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,54 @@
1+
################## Eclipse ######################
12
target
23
.metadata
34
.settings
45
.classpath
56
.project
67
*.class
8+
tmp/
9+
*.tmp
10+
*.bak
11+
*~.nib
12+
local.properties
13+
.loadpath
14+
.recommenders
715

8-
### Package Files ###
16+
####### Java annotation processor (APT) ########
17+
.factorypath
18+
19+
################ Package Files ##################
920
*.jar
1021
*.war
1122
*.ear
12-
.idea
13-
*.iml
1423
*.swp
1524
datanucleus.log
1625
/bin/
1726
*.log
1827
event-sourcing/Journal.json
1928

20-
### Checkstyle ###
29+
################## Checkstyle###################
2130
.checkstyle
31+
32+
##################### STS #######################
33+
.apt_generated
34+
.springBeans
35+
.sts4-cache
36+
37+
################# IntelliJ IDEA #################
38+
.idea
39+
*.iws
40+
*.iml
41+
*.ipr
42+
43+
################### NetBeans ####################
44+
/nbproject/private/
45+
/nbbuild/
46+
/dist/
47+
/nbdist/
48+
/.nb-gradle/
49+
build/
50+
!**/src/main/**/build/
51+
!**/src/test/**/build/
52+
53+
#################### VS Code ####################
54+
.vscode/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp