mirror of
https://github.com/github/gitignore.git
synced 2026-08-31 20:27:10 +02:00
Compare commits
7 Commits
e5379849ad
...
79818019c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79818019c1 | ||
|
|
c554d49651 | ||
|
|
ee7dbbe9bd | ||
|
|
37def63bc8 | ||
|
|
a2eb961113 | ||
|
|
bd7d99b21d | ||
|
|
21d16ca45a |
@ -1,5 +1,6 @@
|
||||
# General
|
||||
.DS_Store
|
||||
__MACOSX/
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon[
]
|
||||
|
||||
@ -81,6 +81,7 @@ out
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
.output
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
|
||||
@ -131,6 +131,19 @@ __pypackages__/
|
||||
celerybeat-schedule
|
||||
celerybeat.pid
|
||||
|
||||
# Redis
|
||||
*.rdb
|
||||
*.aof
|
||||
*.pid
|
||||
|
||||
# RabbitMQ
|
||||
mnesia/
|
||||
rabbitmq/
|
||||
rabbitmq-data/
|
||||
|
||||
# ActiveMQ
|
||||
activemq-data/
|
||||
|
||||
# SageMath parsed files
|
||||
*.sage.py
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user