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

Include Files #19

Open
smartforcedev opened this issue Mar 6, 2015 · 2 comments
Open

Include Files #19

smartforcedev opened this issue Mar 6, 2015 · 2 comments

Comments

@smartforcedev
Copy link

Is it possible to include a single file to a project?

I created a project, containing some of my config files like .bash_profile, or httpd.conf but I don't want to include all files in a folder.

Maybe something like this:

{
    "folders":
    [
        {
            "name": "Project Folder X",
            "path": "some/path/to/project/x"
        },
        {
            "name": "Project Folder Y",
            "path": "some/path/to/project/y"
        }
    ],
    "files":
    [
        {
            "name": "File A",
            "path": "some/path/to/file/a"
        }
    ]
}
@randy3k
Copy link
Owner

randy3k commented Mar 6, 2015

I don't think that it is possible at least under the current version of Sublime. But there is a workaround, you could create a new directory and symlink all files of interested there.

@smartforcedev
Copy link
Author

Ok, thx.

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