Mohammed Naser | 9ad0d46 | 2023-01-15 20:36:37 -0500 | [diff] [blame] | 1 | # Patterns to ignore when building packages. |
| 2 | # This supports shell glob matching, relative path matching, and |
| 3 | # negation (prefixed with !). Only one pattern per line. |
| 4 | .DS_Store |
| 5 | # Common VCS dirs |
| 6 | .git/ |
| 7 | .gitignore |
| 8 | .bzr/ |
| 9 | .bzrignore |
| 10 | .hg/ |
| 11 | .hgignore |
| 12 | .svn/ |
| 13 | # Common backup files |
| 14 | *.swp |
| 15 | *.bak |
| 16 | *.tmp |
| 17 | *~ |
| 18 | # Various IDEs |
| 19 | .project |
| 20 | .idea/ |
| 21 | *.tmproj |
Mohammed Naser | 65cda13 | 2024-05-02 14:34:08 -0400 | [diff] [blame] | 22 | # img folder |
| 23 | img/ |
Mohammed Naser | 7d1623e | 2024-06-17 09:12:39 -0400 | [diff] [blame] | 24 | # Changelog |
| 25 | CHANGELOG.md |