Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: toptal/gitignore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb2d8da25a517c1c5f77c971c4a3964961031e1e
Choose a base ref
...
head repository: toptal/gitignore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 709bf02c1f0e58439fcfe0a764e9ac6ba99b2678
Choose a head ref
  • 12 commits
  • 16 files changed
  • 10 contributors

Commits on Aug 4, 2021

  1. [SAT-120] Add Site Acq As code owner (#407)

    Add site Acq as code owner
    Filipe Chagas authored Aug 4, 2021
    1
    Copy the full SHA
    710400e View commit details

Commits on Aug 11, 2021

  1. Set timeouts to all GHA workflows (#408)

    After the GitHub/GitHub Actions outage, it became really important to have all of our workflows with timeouts set. Otherwise, GHA will use its default timeout, which is 6 hours. This PR sets timeouts for all jobs that didn't have a value set.
    Filipe Chagas authored Aug 11, 2021
    Copy the full SHA
    d84f2b2 View commit details

Commits on Sep 27, 2021

  1. Add kaldi template (#392)

    tjysdsg authored Sep 27, 2021
    Copy the full SHA
    45f5907 View commit details
  2. Copy the full SHA
    8e8f710 View commit details
  3. Copy the full SHA
    6a3a0d0 View commit details
  4. Copy the full SHA
    a29d4dc View commit details
  5. Copy the full SHA
    9177c51 View commit details
  6. Add python vanilla gitignore file (#411)

    * add vanilla python to gitignore
    
    * update moban
    henriqueribeiro authored Sep 27, 2021
    Copy the full SHA
    9865b40 View commit details
  7. Copy the full SHA
    90da399 View commit details
  8. Adds Pulumi gitignores (#414)

    Phuurl authored Sep 27, 2021
    Copy the full SHA
    70474f2 View commit details
  9. Copy the full SHA
    139e911 View commit details
  10. Organize nuxtjs templates (#419)

    `Nuxt.gitignore` and `Nustjs.gitignore` means
    the same "NuxtJS" javascript framwork.
    It doesn't have to be two files, and the contents are virtually same.
    
    * deletes `Nuxt` and keeps `Nustjs`. I choose `Nuxtjs` as I prefer the full name.
    * removes rules `node_modules`, `npm-debug.log` - It's not about nuxtjs but about node framwork. `node` template should take the responsibility.
    * updates the line of `.moban.yaml` following the file changes
    djkeh authored Sep 27, 2021
    Copy the full SHA
    709bf02 View commit details
Loading