Lingvisa
- Total activity 141
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
-
Created Why do ignored files still appear as 'unversioned files'?
AnsweredI just added a data/ directory in my .ignored file, but in VCS, they still appear as "un-versioned files". I don't want to add all these individual files in .ignored files. I have another data ... -
Created Why doesn't my package (.jar) contain my data/ directory?
AnsweredIn IntelliJ, I "view", "tools window", "Maven project", and then I use "package" to create a *.jar-with-dependencies.jar file for my project. I specified my main class in the pom.xml. When I run it...