starter-kit/.gitignore
Martin Pitt 07784820fd .gitignore: Ignore ./bots symlink as well
On developer systems, bots is commonly a symlink to a shared checkout,
accept non-directories as well. Also, only ignore it at the top level of
the project directory.
2022-02-07 15:42:01 +01:00

17 lines
155 B
Text

*~
*.retry
*.tar.xz
*.rpm
node_modules/
dist/
/*.spec
/.vagrant
package-lock.json
Test*FAIL*
/bots
test/common/
test/images/
src/lib/
*.pot
POTFILES*
tmp/