Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git ignore files

just put the name or the path to your file in a .gitignore file, like this:

your_file.svg     <-- ignore the file your_file.svg
*.sql             <-- ignore any .sql files
ihm/test/         <-- ignore the whole "test" folder in "ihm"
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #git #ignore #files
ADD COMMENT
Topic
Name
7+9 =