Обновить .gitignore
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -24,3 +24,25 @@
|
|||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
replay_pid*
|
replay_pid*
|
||||||
|
|
||||||
|
# Add any directories, files, or patterns you don't want to be tracked by version control
|
||||||
|
out
|
||||||
|
ClientProject/out
|
||||||
|
ServerProject/out
|
||||||
|
Data
|
||||||
|
Components/*
|
||||||
|
BackUps/*
|
||||||
|
*.log
|
||||||
|
*.sqlite
|
||||||
|
*.ilk
|
||||||
|
Bugs/*
|
||||||
|
Archives/*
|
||||||
|
Temp/*
|
||||||
|
Projects/*
|
||||||
|
CompilationTasks/*
|
||||||
|
User/*
|
||||||
|
RunTasks/*
|
||||||
|
Makefiles/*
|
||||||
|
Repo/*
|
||||||
|
Sts/*
|
||||||
|
Tests/*
|
||||||
|
debug.log
|
||||||
Reference in New Issue
Block a user