Skip to content
  • Tomáš Pecka's avatar
    rework .gitignore · d7d860c7
    Tomáš Pecka authored
    Let's split .gitignore into three, each specific for its own project.
    I don't believe that .gitignore should specify all the possible stuff
    that can appear in the project directory for each individual developer.
    Let's just ignore the common stuff like node_modules, build/, gradle
    cache, etc. But even this is probably too much -- one should perform out
    of tree builds.
    
    You are encouraged to gitignore your own stuff (like .idea) locally.
    d7d860c7