pelican-landing/.gitignore

32 lines
314 B
Plaintext
Raw Permalink Normal View History

2020-08-10 16:17:06 -04:00
# IDEs and editors
2023-12-15 15:51:10 -05:00
.idea
2020-08-10 16:17:06 -04:00
.project
.classpath
2023-12-15 15:51:10 -05:00
.c9
2020-08-10 16:17:06 -04:00
*.launch
2023-12-15 15:51:10 -05:00
.settings
2020-08-10 16:17:06 -04:00
*.sublime-workspace
2023-12-15 15:51:10 -05:00
.vscode
.history
2020-08-10 16:17:06 -04:00
2023-12-15 15:51:10 -05:00
# dependencies
.angular
node_modules
dist
temp
out-tsc
2020-08-10 16:17:06 -04:00
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db