#git#gitignoreIgnore all files in a directory except a specific filePublished onPublished onAug 27, 2021/1 mins read/---Keep 1 file and ignore others in a directory.gitignore.gitignore# Ignore all file in a directory directory/* # Keep only this file !directory/file-to-keep.ext