aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Should_files_in_.ikiwiki_be_committed_and_pushed__63__.mdwn
blob: f5b1d58d1474be8c93bb18fdb3b45f00c755adc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
In my local working copy, I discovered a .ikiwiki directory with files and subdirectories. What are they for in a working copy? Should them be committed to central repository (origin) on remote server?

    $ git status
    # On branch master
    # Changes to be committed:
    #   (use "git reset HEAD <file>..." to unstage)
    #
    #	new file:   .ikiwiki/commitlock
    #	new file:   .ikiwiki/indexdb
    #	new file:   .ikiwiki/lockfile
    #	new file:   .ikiwiki/transient/recentchanges/change_0326ad7c7aa2c40b8db5d59033ecda7ed4d61295._change
    <snip>

Should these be committed and pushed?