File: .gitignore

package info (click to toggle)
blackbox-terminal 0.14.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,288 kB
  • sloc: xml: 197; ansic: 53; makefile: 23; python: 12; sh: 11
file content (24 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Trash
*.*~
\#*#
*.swp

# Test files
test*
mocks/

# Build dirs/files
app/
app_build/
_build/
.flatpak-builder/
repo/
*.flatpak
.buildconfig

# IDE dirs
.vscode/
.idea/

# i18n
po/*.pot