-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (49 loc) · 1.62 KB
/
Copy path.gitignore
File metadata and controls
57 lines (49 loc) · 1.62 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
##############################################
# Alles ignorieren # * bedeutet alles
##############################################
*
##############################################
# Verzeichnisse wieder erlauben
##############################################
!*/
##############################################
# Ordner ignorieren
##############################################
##############################################
# Verzeichnisse wieder erlauben # !*/Unterordner/
##############################################
!*/.github/ISSUE_TEMPLATE/
!*/.github/workflows/
!*/.Release/
!*/assets/Game-Bilder/
!*/assets/images/
##############################################
# Ausnahme: diese Dateien NICHT ignorieren
##############################################
# Beispiel:
# - für Dateien in Unterordnern # !/Pfad/zur/Datein.txt
# - für einzelne Dateien # !Datein.txt
##############################################
!/.github/ISSUE_TEMPLATE/bug_report.md
!/.github/ISSUE_TEMPLATE/feature_request.md
!/.github/ISSUE_TEMPLATE/idea.md
!/.github/ISSUE_TEMPLATE/task.md
!/.github/PULL_REQUEST_TEMPLATE.md
!/.github/workflows/publish.yml
!/.github/workflows/release.yml
!/.Release/play_a_game.tar.gz
!/.gitattributes
!/.gitignore
!/assets/apple-touch-icon.png
!/assets/play_a_game-favicon-32x32.png
!/assets/play_a_game-favicon.png
!/assets/Game-Bilder/Breakout.png
!/assets/Game-Bilder/moorhuhn-favicon.png
!/assets/Game-Bilder/hangman.jpg
!/assets/Game-Bilder/Test-card.jpg
!/assets/images/play_a_game.png
!/index.html
!/LICENSE
!/README.md
!/script.js
!/style.css