Skip to content

Commit

Permalink
Make the .gitignore patterns more robust, and simpler
Browse files Browse the repository at this point in the history
 - We don't need to mention subdirectories of 'build', since we're
   ignoring that already.

 - Ignoring all files with the name 'issue-state.txt' instead of
   having to manually add them each time we add one.

 - Ignore *.swp files.
  • Loading branch information
jwatt committed Nov 28, 2019
1 parent d05ac6a commit a7702b6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .gitignore
@@ -1,10 +1,3 @@
*.swp
build/
build/specs/integration/build/
build/specs/template/build/
master/issue-state.txt
specs/animations/master/issue-state.txt
specs/integration/master/issue-state.txt
specs/markers/master/issue-state.txt
specs/paths/master/issue-state.txt
specs/strokes/master/issue-state.txt
specs/svg-native/index.html
issue-state.txt

0 comments on commit a7702b6

Please sign in to comment.