26 строки
366 B
Plaintext
26 строки
366 B
Plaintext
# editor and OS artifacts
|
|
*~
|
|
.DS_STORE
|
|
*.swp
|
|
|
|
# query compilation caches
|
|
.cache
|
|
|
|
# qltest projects and artifacts
|
|
**/test/**/*.testproj
|
|
**/test/**/*.actual
|
|
|
|
# Visual studio temporaries, except a file used by QL4VS
|
|
.vs/*
|
|
!.vs/VSWorkspaceSettings.json
|
|
|
|
# Byte-compiled python files
|
|
*.pyc
|
|
|
|
# C/C++ build artifacts
|
|
*.o
|
|
/databases/
|
|
|
|
# CodeQL build artifacts
|
|
**/.codeql/**
|