Skip to content

Commit 195e700

Browse files
committed
Improved gitignore, macOS files and IDE configs
Ignores the annoying hidden macOS files .DS_Store and ._* as well as the IDE configuration folders for contributors using the popular Visual Studio Code and Atom IDEs (more can be added later as needed).
1 parent fac8e42 commit 195e700

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ doc/_build
2525

2626
# Generated man page
2727
doc/aws_hostname.1
28+
29+
# Annoying macOS files
30+
.DS_Store
31+
._*
32+
33+
# IDE configuration files
34+
.vscode
35+
.atom

0 commit comments

Comments
 (0)