File: .gitignore

package info (click to toggle)
ticketbooth 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,776 kB
  • sloc: python: 4,967; makefile: 5; sh: 1
file content (25 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (C) 2023 Alessandro Iepure
#
# SPDX-License-Identifier: GPL-3.0-or-later

# IDE folders
.flatpak/
.flatpak-builder/
.vscode/

# Build direcctories
builddir/
_build/

# Configs
.pre-commit-config.yaml
.mypy_cache/

# Env files
.env

# Flatpak bundles
me.iepure.Ticketbooth.flatpak
me.iepure.Ticketbooth.Devel.flatpak

/subprojects/blueprint-compiler