Skip to content

Commit

Permalink
feat: update articles
Browse files Browse the repository at this point in the history
  • Loading branch information
wx-chevalier committed Sep 21, 2024
1 parent a77a16d commit c0e8ef5
Showing 1 changed file with 85 additions and 1 deletion.
86 changes: 85 additions & 1 deletion .gitignore
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

0 comments on commit c0e8ef5

Please sign in to comment.