Skip to content

Commit fada115

Browse files
author
MarcoFalke
committed
doc: Explain that .gitignore is not for IDE-specific excludes
1 parent 68ac9f1 commit fada115

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Patterns that are specific to a text editor, IDE, operating system, or user
2+
# environment are not added here. They should be added to your local gitignore
3+
# file instead:
4+
# https://docs.github.com/en/get-started/git-basics/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
5+
16
# Build subdirectories.
27
/*build*
38
!/build-aux

0 commit comments

Comments
 (0)