diff --git a/.gitignore b/.gitignore index 751553b..e0eb506 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ +# Ignore backups *.bak + +# Ignore RELEASE folder +RELEASE/ + +# Ignore .vs folder +.vs/ + +# Ignore a specific unusual filename, use quotes if needed for special characters +"et HEAD~1 --hard" + +# Ignore docs.zip file +docs.zip \ No newline at end of file