-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
57 lines (42 loc) · 908 Bytes
/
.gitignore
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
57
# Crashlog folder.
/error/
# Profiles folder.
/profiles/
# Game Configs folder.
/game_config/
# Schemas folder.
/schemas/
# Packs created on launch.
/temp_packs/
# Translation folders.
/translations_local/
/translations_remote/
# Linux built Qt extensions lib.
/3rdparty/builds/libqt_runcher_extensions.a
# Compilation folder for Rust & Company.
/target/
# KDE directory config file.
.directory
# Tools config file.
tools.json
# Sublime Config files.
*.sublime-project
*.sublime-workspace
# Subclasses lib compilation files.
*.pro.user
**/Makefile
**/Makefile.*
**/.qmake.stash
**/.qtc_clangd/
**/*.rs.bk
# These are usually files locked by applications.
*.*~
# Ignore the reserved pack and the merged pack.
\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!run_you_fool_*.pack
merge_me_sideways_honey_*.pack
get_published_file_details.json
# Ignore cmd scripts.
*.bat
# Ignore sql stuff.
*.sql
*.db3