Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ignoring certain folders/extensions #15

Closed
pirate opened this issue Nov 17, 2018 · 1 comment
Closed

Allow ignoring certain folders/extensions #15

pirate opened this issue Nov 17, 2018 · 1 comment

Comments

@pirate
Copy link

pirate commented Nov 17, 2018

For many projects, .gitignore is not enough, we also want to explicitly ignore certain folders of autogenerated code while keeping them in version control.

For example, in our project we have:

client/
    js/
        vendor/
             ...       // we want to ignore everything in here, but keep it in our VCS

server/
    build/
        ...            // we also want to ignore all autogenerated code in here, while keeping it in our VCS
    src/
        ...            // but we do want to autocomplete any files from here

Suggested Fix:
Allow adding a .tabnineignore file, just like .gitignore, .dockerignore, .npmignore, etc.
This can be excluded from VCS or added, it's up to the user.

@zxqfl
Copy link
Contributor

zxqfl commented Nov 17, 2018

tabnineignore will be added in the next release. In the meantime, you could try adding a .ignore file.

@zxqfl zxqfl closed this as completed in bca744f Nov 21, 2018
zxqfl added a commit that referenced this issue Nov 21, 2018
Closes #5
Closes #7
Closes #8
Closes #10
Closes #11
Closes #14
Closes #15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants