Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndrew Bain
Front End Web Development Techdegree Student 1,815 PointsRe: Atom video: I see a "DS_Store" file listed (with no explanation as to what you enter into that file). Thanks!
What should we put in the DS_Store file?
2 Answers
Robert Stamate
13,227 PointsHello,
You can ignore the "DS_Store".
In the Apple macOS operating system, .DS_Store is a file that stores custom attributes of its containing folder, such as the position of icons or the choice of a background image.
Hope it helps, Regards!
Andrew Bain
Front End Web Development Techdegree Student 1,815 PointsThank you! I was thinking of when I create and upload a .gitignore file to include keys.js, node_modules, and .DS_Store...