File: .gitignore

package info (click to toggle)
bundlewrap 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,260 kB
  • sloc: python: 20,849; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Please add only project-specific paths here and make use of your
# global gitignore for everything else:
# https://docs.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
/build/
/dist/
/docs/build/

# Anywhere in repo
*.egg-info/
*.pyc
*.swp