Skip to content

Instantly share code, notes, and snippets.

@mba811
Last active July 4, 2022 06:24
Show Gist options
  • Save mba811/f9df6c1442bc2b5b01f0 to your computer and use it in GitHub Desktop.
Save mba811/f9df6c1442bc2b5b01f0 to your computer and use it in GitHub Desktop.
Git Ignore 仓库忽略以下内容所提及的文件 文件 ~/.gitignore
# Folder view configuration files
.DS_Store
Desktop.ini

# Thumbnail cache files
._*
Thumbs.db

# Files that might appear on external disks
.Spotlight-V100
.Trashes

# Compiled Python files
*.pyc

# Compiled C++ files
*.out

# Application specific files
venv
node_modules
.sass-cache
.cache

# Ignore bundler config
.bundle

# Ignore the build directory
build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment