Skip to content

Zanoellia/dev_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev_config

Configuration files for my dev tools:

  • Git
  • Emacs
  • Bash

Git

.gitignore templates

Create useful .gitignore files for your project thanks to https://www.gitignore.io/

Ignore files everywhere

Depending on your IDE, you might have generated local files to ignore with git. To do so, you can ignore them globally, e.g. in any git repository on your machine

  1. Run git config --global core.excludesfile ~/.gitignore_global
  2. Add your extensions in the ~/.gitignore_global file

Documentation

TODO: it is not the best place to store those links, I should move them. One day...

About

Configuration files for my dev tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors