Sign in

davyin-co / droopler · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • droopler
  • web
  • themes
  • custom
  • droopler_subtheme
  • .gitignore
  • init
    361ec1e9
    Terry authored
    2024-07-04 11:00:52 +0800  
    Browse Files »
.gitignore 209 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Ignore SASS files.
/.sass-cache
.DS_Store
*.codekit
.idea

# Ignore compiled files.
css/*
!css/.gitkeep
js/min/*
!js/min/.gitkeep

# Do not commit nodejs related stuff.
node_modules
styleguide
npm-debug.log