mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add runtime/pgAdmin4 to .gitignore, and re-order entries for ease of maintenance.
This commit is contained in:
committed by
Dave Page
parent
fe1d2f9805
commit
2db705ad80
42
.gitignore
vendored
42
.gitignore
vendored
@@ -1,35 +1,35 @@
|
|||||||
|
*.autosave
|
||||||
*.db
|
*.db
|
||||||
|
*.diff
|
||||||
|
*.o
|
||||||
|
*.patch
|
||||||
|
*.psp
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.o
|
*.swo
|
||||||
*.psp
|
*.swp
|
||||||
*.diff
|
|
||||||
*.patch
|
|
||||||
*.autosave
|
|
||||||
_build
|
|
||||||
build-*
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
/dist
|
||||||
|
/mac-build
|
||||||
|
/pip-build
|
||||||
|
/src-build
|
||||||
|
/win-build
|
||||||
|
_build
|
||||||
|
build-*
|
||||||
|
pgadmin4.log
|
||||||
|
pkg/win32/installer.iss
|
||||||
runtime/.qmake.cache
|
runtime/.qmake.cache
|
||||||
|
runtime/.qmake.stash
|
||||||
runtime/Makefile
|
runtime/Makefile
|
||||||
|
runtime/Makefile.Debug
|
||||||
|
runtime/Makefile.Release
|
||||||
runtime/moc_BrowserWindow.cpp
|
runtime/moc_BrowserWindow.cpp
|
||||||
runtime/moc_Server.cpp
|
runtime/moc_Server.cpp
|
||||||
runtime/pgAdmin4.app/
|
runtime/pgAdmin4.app/
|
||||||
runtime/pgAdmin4.pro.user*
|
runtime/pgAdmin4.pro.user*
|
||||||
|
runtime/pgAdmin4_resource.rc
|
||||||
|
runtime/release/
|
||||||
runtime/ui_BrowserWindow.h
|
runtime/ui_BrowserWindow.h
|
||||||
runtime/.qmake.stash
|
|
||||||
web/config_local.py
|
web/config_local.py
|
||||||
web/regression/test_config.json
|
web/regression/test_config.json
|
||||||
pgadmin4.log
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
/mac-build
|
|
||||||
/src-build
|
|
||||||
/pip-build
|
|
||||||
/win-build
|
|
||||||
/dist
|
|
||||||
pkg/win32/installer.iss
|
|
||||||
runtime/Makefile.Debug
|
|
||||||
runtime/Makefile.Release
|
|
||||||
runtime/release/
|
|
||||||
runtime/pgAdmin4_resource.rc
|
|
||||||
|
|||||||
2
pkg/mac/.gitignore
vendored
2
pkg/mac/.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
# Global excludes across all subdirectories
|
# Global excludes across all subdirectories
|
||||||
|
codesign.conf
|
||||||
debug.pgadmin.Info.plist
|
debug.pgadmin.Info.plist
|
||||||
pgadmin.Info.plist
|
pgadmin.Info.plist
|
||||||
codesign.conf
|
|
||||||
|
|||||||
13
runtime/.gitignore
vendored
13
runtime/.gitignore
vendored
@@ -1,13 +1,14 @@
|
|||||||
.qmake.cache
|
.qmake.cache
|
||||||
|
.qmake.stash
|
||||||
Makefile
|
Makefile
|
||||||
moc_BrowserWindow.cpp
|
moc_BrowserWindow.cpp
|
||||||
moc_Server.cpp
|
|
||||||
pgAdmin4.app/
|
|
||||||
pgAdmin4.pro.user*
|
|
||||||
ui_BrowserWindow.h
|
|
||||||
.qmake.stash
|
|
||||||
moc_ConfigWindow.cpp
|
moc_ConfigWindow.cpp
|
||||||
|
moc_Server.cpp
|
||||||
moc_TabWindow.cpp
|
moc_TabWindow.cpp
|
||||||
moc_WebViewWindow.cpp
|
moc_WebViewWindow.cpp
|
||||||
qrc_pgadmin4.cpp
|
pgAdmin4
|
||||||
|
pgAdmin4.app/
|
||||||
|
pgAdmin4.pro.user*
|
||||||
|
qrc_pgAdmin4.cpp
|
||||||
|
ui_BrowserWindow.h
|
||||||
ui_ConfigWindow.h
|
ui_ConfigWindow.h
|
||||||
|
|||||||
2
web/regression/.gitignore
vendored
2
web/regression/.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
parent_id.pkl
|
parent_id.pkl
|
||||||
regression.log
|
regression.log
|
||||||
test_config.json
|
|
||||||
test_advanced_config.json
|
test_advanced_config.json
|
||||||
|
test_config.json
|
||||||
|
|||||||
Reference in New Issue
Block a user