-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a77a16d
commit c0e8ef5
Showing
1 changed file
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,85 @@ | ||
.DS_Store | ||
* | ||
|
||
# 图片文件 | ||
!*.jpg | ||
!*.jpeg | ||
!*.png | ||
!*.gif | ||
!*.svg | ||
!*.webp | ||
|
||
# 保留常见编程语言文件 | ||
!.gitignore | ||
!.github | ||
!.gitignore | ||
!.gitattributes | ||
!.gitmodules | ||
!.nojekyll | ||
|
||
# 文本文件 | ||
!*.txt | ||
!*.md | ||
!*.json | ||
!*.rst | ||
|
||
# 保留常见编程语言的源代码文件 | ||
|
||
# Python | ||
!*.py | ||
|
||
# JavaScript / TypeScript | ||
!*.js | ||
!*.jsx | ||
!*.ts | ||
!*.tsx | ||
|
||
# HTML / CSS / SCSS | ||
!*.html | ||
!*.css | ||
!*.scss | ||
!*.sass | ||
!*.less | ||
!*.vue | ||
|
||
# JSON / YAML | ||
!*.json | ||
!*.yml | ||
!*.yaml | ||
|
||
# Markdown / Text | ||
!*.md | ||
!*.txt | ||
|
||
# Java | ||
!*.java | ||
!*.clj | ||
|
||
# C / C++ | ||
!*.c | ||
!*.cpp | ||
!*.h | ||
|
||
# Go | ||
!*.go | ||
|
||
# PHP | ||
!*.php | ||
|
||
# Ruby | ||
!*.rb | ||
|
||
# Rust | ||
!*.rs | ||
|
||
# Swift | ||
!*.swift | ||
|
||
# Kotlin | ||
!*.kt | ||
!*.kts | ||
|
||
# Shell scripts | ||
!*.sh | ||
|
||
# Db | ||
!*.sql |