-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (34 loc) · 1000 Bytes
/
.gitignore
File metadata and controls
35 lines (34 loc) · 1000 Bytes
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
# ignoruj wszystko w target
target/*
# pozwól Gitowi wejść do katalogów
# !target/
# !target/debug/
# !target/release/
# !target/i686-pc-windows-msvc/
# !target/i686-pc-windows-msvc/debug/
# !target/i686-pc-windows-msvc/release/
# !target/x86_64-pc-windows-msvc/
# !target/x86_64-pc-windows-msvc/debug/
# !target/x86_64-pc-windows-msvc/release/
#
# # zignoruj CAŁĄ zawartość debug i release
# target/debug/*
# target/release/*
# # target/i686-pc-windows-msvc/*
# target/i686-pc-windows-msvc/debug/*
# target/i686-pc-windows-msvc/release/*
# # target/x86_64-pc-windows-msvc/*
# target/x86_64-pc-windows-msvc/debug/*
# target/x86_64-pc-windows-msvc/release/*
#
# # ale nie ignoruj plików wykonywalnych
# !target/debug/*.exe
# !target/release/*.exe
# !target/i686-pc-windows-msvc/debug/*.exe
# !target/i686-pc-windows-msvc/release/*.exe
# !target/x86_64-pc-windows-msvc/debug/*.exe
# !target/x86_64-pc-windows-msvc/release/*.exe
#
# #ignoruj
# /target/CACHEDIR.TAG
# /target/**/CACHEDIR.TAG