Files
2026-05-23 22:10:14 +08:00

95 lines
2.2 KiB
Plaintext

# -----------------------------------------------------
# 当前项目中的特殊设置
# -----------------------------------------------------
gen_data/ebin
gen_proto/ebin
gen_data/template
*erl_crash.dump
cfg.ini
gen_proto/php_to_erl/cfg
gen_data/out
gen_data/env_cfg.erl
get-pip.py
# beam默认是不希望提交到git库中的,特殊情况可以使用git add -f xxx强制添加
*.beam
# -----------------------------------------------------
# Vim编辑器产生的需忽略的文件
# -----------------------------------------------------
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# -----------------------------------------------------
# sublime编辑器产生的需忽略的文件
# -----------------------------------------------------
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
# sftp configuration file
sftp-config.json
# -----------------------------------------------------
# MacOSX系统中需忽略的文件
# -----------------------------------------------------
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
#Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# -----------------------------------------------------
# windows系统中需忽略的文件
# -----------------------------------------------------
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# -----------------------------------------------------
# linux系统中需忽略的文件
# -----------------------------------------------------
*~
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
gen_data/editor