mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
80e84b1d8a
Commands are now saved upon pressing the Ok Button in the settings window, similar to the rest of the settings.
81 lines
823 B
Plaintext
81 lines
823 B
Plaintext
__pycache__/
|
|
|
|
# C++ objects and libs
|
|
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Qt-es
|
|
|
|
/.qmake.cache
|
|
/.qmake.stash
|
|
*.pro.user
|
|
*.pro.user.*
|
|
*.qbs.user
|
|
*.qbs.user.*
|
|
*.moc
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
Makefile*
|
|
*build-*/
|
|
/build/
|
|
|
|
# QtCreator
|
|
|
|
*.autosave
|
|
|
|
# QtCtreator Qml
|
|
*.qmlproject.user
|
|
*.qmlproject.user.*
|
|
|
|
# QtCtreator CMake
|
|
CMakeLists.txt.user
|
|
|
|
# Ignore moc-files
|
|
moc_*.h
|
|
moc_*.cpp
|
|
|
|
# Ignore binary file
|
|
/chatterino
|
|
|
|
settings.json
|
|
|
|
# Ignore any files beginning with activate- as they can be used for account credentials
|
|
activate-*
|
|
|
|
.gdb_history
|
|
|
|
## Vim Swap
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]s[a-v][a-z]
|
|
[._]sw[a-p]
|
|
|
|
# Vim Session
|
|
Session.vim
|
|
|
|
# Vim Temporary
|
|
.netrwhist
|
|
*~
|
|
# Vim Auto-generated tag files
|
|
tags
|
|
|
|
# rapidjson directory
|
|
rapidjson/*
|
|
|
|
Thumbs.db
|
|
|
|
# I HATE MAC
|
|
.DS_Store
|
|
|
|
# Other editors/IDEs
|
|
.vscode
|