Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Enhance the .gitignore file to suit more environments #1

@DavidAntliff

Description

@DavidAntliff

For https://github.com/pongasoft/re-blank-plugin/releases/tag/v1.0.0

The current .gitignore can be enhanced to support more cases and build environments (such as Visual Studio and CLion). For example:

*.pyc
.cache/
__pycache__/
*/.idea/workspace.xml
*/.idea/tasks.xml
*/.idea/vcs.xml
*/.idea/

# CLion
cmake-*/
build/
*.plist
temp.txt

# VC++ 2010
UpgradeLog.XML
*.vcxproj.user
*.suo
*.sdf
*.ucd.txt
*.ncb
*.opensdf
ipch/

# VisualStudio build
/Debug/
/Backup/
/VisualDebugging/
dependencytest.*

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions