Fix .gitignore
Specific paths needs to be excluded only from the root directory. Otherwise you couldn't for example create a directory named 'dependencies' somewhere in tests
This commit is contained in:
+10
-10
@@ -1,15 +1,15 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
android.tests.dependencies
|
/android.tests.dependencies
|
||||||
confluence/target
|
/confluence/target
|
||||||
dependencies
|
/dependencies
|
||||||
dist
|
/dist
|
||||||
gh-pages
|
/gh-pages
|
||||||
ideaSDK
|
/ideaSDK
|
||||||
android-studio/sdk
|
/android-studio/sdk
|
||||||
out
|
out
|
||||||
pluginPublisher/idea*
|
/pluginPublisher/idea*
|
||||||
pluginPublisher/plugin-verifier.jar
|
/pluginPublisher/plugin-verifier.jar
|
||||||
tmp
|
tmp
|
||||||
workspace.xml
|
workspace.xml
|
||||||
*.versionsBackup
|
*.versionsBackup
|
||||||
idea/testData/debugger/tinyApp/classes*
|
/idea/testData/debugger/tinyApp/classes*
|
||||||
|
|||||||
Reference in New Issue
Block a user