项目开发

项目开发

git 配置

三、

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
target/

### eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/

### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
bin/
doc/
.DS_Store

二、

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
# Created by .ignore support plugin (hsz.mobi)
### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

.idea/

## File-based project format:
*.iws
*.iml
*.ipr

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

一、

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
# 忽略编译产生的文件
target/

# 忽略IDE生成的配置文件
.idea/
*.iml

# 忽略日志文件
*.log

# 忽略临时文件
*.tmp

# 忽略操作系统生成的文件
.DS_Store
Thumbs.db

# 忽略编译工具生成的文件
build/
bin/

# 忽略依赖管理工具生成的文件
.m2/
.gradle/

# 忽略测试报告
test-reports/

# 忽略IDE生成的运行配置文件
runConfigurations/

# 忽略其他自定义的临时文件或目录
temp/

GOLA


项目开发
http://example.com/2023/09/17/travel-readme/项目开发/
作者
where
发布于
2023年9月17日
许可协议