========== .gitignore ========== Get useful gitignore at `gitignore.io `_ Gitignore entries .. code-block:: text *.bak # all files with a given ending DS_Store # specific files ._* # all ._ files build/ # folder build/out # subfolder build/* # all files in folder build/out/* # all files in subfolder !build/file.txt # except the given file **/Entity/*~ # some subfolder name :tag:`Git` :tag:`gitignore`