website/.gitignore

7 lines
144 B
Plaintext
Raw Normal View History

2022-02-19 01:03:46 -05:00
# Don't copy NPM modules around!
node_modules/
# Don't commit compiled CSS and CoffeeScript files
2022-02-19 01:03:46 -05:00
public/stylesheets/*.css
public/scripts/*.js