🌐 AI搜索 & 代理 主页
Skip to content

Commit 46cc239

Browse files
author
Lord-of-Algorithms
committed
Add .gitignore to exclude system files and build artifacts
1 parent 6182905 commit 46cc239

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# System files
2+
.DS_Store
3+
4+
# IDE and Editor folders
5+
*.iml
6+
.idea/
7+
*.vscode/
8+
*.eclipse
9+
10+
# Compiled class files
11+
*.class
12+
13+
# Build directory
14+
out/
15+
target/
16+
build/
17+
18+
# Maven
19+
pom.xml.tag
20+
pom.xml.releaseBackup
21+
pom.xml.versionsBackup
22+
pom.xml.next
23+
release.properties
24+
25+
# Gradle
26+
.gradle/
27+
build/
28+
29+
# Package files
30+
*.jar
31+
*.war
32+
*.nar
33+
*.ear
34+
*.zip
35+
*.tar.gz
36+
*.rar
37+
38+
# Logging files
39+
*.log
40+
41+
# Others
42+
*.swp
43+
*~

0 commit comments

Comments
 (0)