mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 02:21:43 +08:00
41 lines
382 B
Plaintext
41 lines
382 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
install/
|
|
log/
|
|
build/
|
|
|
|
# Ignore generated docs
|
|
*.dox
|
|
*.wikidoc
|
|
|
|
# eclipse stuff
|
|
.project
|
|
.cproject
|
|
|
|
# qcreator stuff
|
|
CMakeLists.txt.user
|
|
|
|
srv/_*.py
|
|
*.pcd
|
|
*.pyc
|
|
qtcreator-*
|
|
*.user
|
|
|
|
*~
|
|
|
|
# Emacs
|
|
.#*
|
|
|
|
# Colcon custom files
|
|
COLCON_IGNORE
|
|
AMENT_IGNORE
|