Carlos Mendible :verified: · @cmendibl3
189 followers · 531 posts · Server hachyderm.io

RT @0gis0
Esta extensión para Visual Studio Code me parece un MUST: marketplace.visualstudio.com/i no solo puedes añadir el gitignore que necesitas para tu proyecto sino que te permite hacer una actualización del mismo si añades otros tipos que lo complementan

#vscode #gitignore #git

Last updated 1 year ago

Gisela Torres :verified_paw: · @0gis0
107 followers · 133 posts · Server hachyderm.io

Esta extensión para Visual Studio Code me parece un MUST: marketplace.visualstudio.com/i no solo puedes añadir el gitignore que necesitas para tu proyecto sino que te permite hacer una actualización del mismo si añades otros tipos que lo complementan

#vscode #gitignore #git

Last updated 1 year ago

radiotux · @radiotux
90 followers · 79 posts · Server jit.social

Am heutigen wollen wir euch ein online Dienst zur Erstellung von gitignore Dateien vorstellen. Wer von euch heufig Projekte anlegt, freut sich sicher über ein wenig nützliche Hilfe bei der Erzeugung der . Mit gitignore.io gehosted von toptal lassen sich via API oder auf der Webseite gitignoredateien speziell für die eigene Projekte erzeugen. Dabei werden Programmiersprachen, Template und vieles mehr sprachen zur auswahl angeboten. github.com/toptal/gitignore.io

#gitignore #git #toolsday

Last updated 1 year ago

Richard Darst · @rkdarst
58 followers · 51 posts · Server fosstodon.org

2/2 my custom ( editor + stuff):

_bashhist
*~
*.pyc
.pyo
.#*#
/.venv
/venv/

#gitignore #emacs #python

Last updated 2 years ago

Richard Darst · @rkdarst
58 followers · 51 posts · Server fosstodon.org

Controversial take on : don't put editor backup files in a 's .gitignore, your editor is your choice so others don't need to know about it: Put it in $XDG_CONFIG_HOME/git/ignore instead (or somewhere you set with core.excludesFile).

This also reduces my need to set up a .gitignore for every new repository, or throw in long automatically generated files with excludes for every editor that exists.

Reply includes my own ignore patterns. 1/2

#gitignore #repository #git

Last updated 2 years ago

Nicolas Lœuillet · @nicosomb
405 followers · 610 posts · Server piaille.fr

Little remind: Setting up a global .gitignore file

« My repository doesn’t care about your editor configuration. »

sebastiandedeyne.com/setting-u

#git #gitignore

Last updated 2 years ago

(webdev Tory) :emacs: · @worldsendless
211 followers · 2347 posts · Server qoto.org

Ah. That moment of gitignore-ance when you realize that ignore isn't actually doing regular expressions; the * just tricked you.

#git #gitignore #regex

Last updated 3 years ago

Flavigula · @flavigula
502 followers · 2821 posts · Server sonomu.club

#git #gitignore

Last updated 4 years ago

· @hanno
105 followers · 453 posts · Server fosstodon.org

I found a neat way to use in so that it presents a selection of templates from GitHub's gitignore collection whenever I visit a new buffer -- no more excuses for not adding a gitignore file to every new repository! :D

Quite easy to extend to e.g. LICENSE files to be populated with CC/FOSS licenses, ...

hoowl.se/auto_inserting_gitign

#emacs #yasnippet #gitignore

Last updated 4 years ago

Mika Feiler · @mkf
217 followers · 3430 posts · Server functional.cafe

I just asked on Super User: Are .gitignore files from directories above the repository's or from home directory loaded in any versions of Git? superuser.com/questions/151934

#git #gitignore

Last updated 5 years ago