# Packages #

############

# it's better to unpack these files and commit the raw source

# git has its own built in compression methods

*.7z

*.dmg

*.gz

*.iso

*.jar

*.rar

*.tar

*.zip

 

# Logs and databases #

######################

*.log

*.sql

*.sqlite

 

# OS generated files #

######################

.DS_Store

.DS_Store?

._*

.Spotlight-V100

.Trashes

ehthumbs.db

Thumbs.db

 

# Build Systems #

######################

node_modules/

bower_components/

.sass-cache

*.css.map

build/

dist/

maps/

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2021-12-21
猜你喜欢
  • 2022-02-08
  • 2021-09-27
  • 2021-07-28
  • 2021-11-06
  • 2021-12-24
  • 2021-07-26
  • 2021-07-08
相关资源
相似解决方案