• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

language-ignore

Syntax highlighting for 'ignore' files : gitignore, npmignore, dockerignore, prettierignore, ...
  • #gitignore
  • #npmignore
  • #coffeelintignore
  • #dockerignore
  • #slugignore
ldez
1.8.0 7,184
28
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Ignore files Package for Atom

Atom Package Atom Package Downloads Build Status (Linux & OSX) Build status (Windows) MIT License

Adds syntax highlighting to 'ignore' files.

language-ignore-gitignore

Supported files

  • .gitignore: references gitignore and Ignoring-Files
  • .npmignore: works just like a .gitignore references
  • .dockerignore : works just like a .gitignore references
  • .coffeelintignore: works just like a .gitignore.
  • .slugignore: does not support negated ! patterns. Heroku - Slug Compiler
  • .atomignore: works just like a .gitignore. tree-ignore
  • .hgignore: references hgignore (currently only glop patterns)
  • .vscodeignore: works just like a .gitignore references
  • .eslintignore: works just like a .gitignore references
  • .prettierignore: works just like a .gitignore references

Install

Settings/Preferences > Install > Search for language-ignore

Or

apm install language-ignore

Troubleshooting

If you have problem with the .dockerignore files:

  • In your Atom configuration: Edit > Config...
  • Add the following lines in the [core] section:
  customFileTypes:
    "text.ignore": [
      ".dockerignore"
    ]

Example:

"*":
  core:
    customFileTypes:
      "text.ignore": [
        ".dockerignore"
      ]

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by