You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 日志文件
- *.log
-
- # 临时文件
- temp/
- *.tmp
-
- # 编译输出
- dist/
- build/
-
- # IDE
- .idea/
- .vscode/
-
- # 系统文件
- .DS_Store
- Thumbs.db
-
- # 密钥文件
- *.key
- .env
|